Variable HTTPClientSettings.tlsContextSetup
Allows to customize the TLS context before connecting to a server.
class HTTPClientSettings
{
// ...
nothrow @safe void delegate(TLSContext) tlsContextSetup
;
// ...
}
Note that this overrides a callback set with HTTPClient
.