Function HTTPClient.connect
Connects to a specific server.
void connect
(
string server,
ushort port = cast(ushort)80u,
bool use_tls = false,
const(HTTPClientSettings) settings = defaultSettings()
) @safe;
This method may only be called if any previous connection has been closed.