HTTPClient.connect

Connects to a specific server.

This method may only be called if any previous connection has been closed.

class HTTPClient
@safe
void
connect
(
string server
,
ushort port = 80
,
bool use_tls = false
,)

Meta