AdaUrl.setPort

Sets the port component of the URL.

struct AdaUrl
@nogc nothrow
bool
setPort
(
string input
)

Parameters

input string

The new port string to set.

Return Value

Type: bool

true if successful, false otherwise.

Meta