AdaUrl.setHostname

Sets the hostname component of the URL.

struct AdaUrl
@nogc nothrow
bool
setHostname
(
string input
)

Parameters

input string

The new hostname string to set.

Return Value

Type: bool

true if successful, false otherwise.

Meta