(Quick Reference)

port

Purpose

Sets the port number part of the URL.

Examples

UriBuilder.build {
    base = "http://example.com"
    port = 80
}

Description

Sets the port number part of the URL.