AdaUrl.setHost

Sets the host component of the URL.

struct AdaUrl
@nogc nothrow
bool
setHost
(
string input
)

Parameters

input string

The new host string to set.

Return Value

Type: bool

true if successful, false otherwise.

Meta