HTTPClientSettings.tlsContextSetup

Allows to customize the TLS context before connecting to a server.

Note that this overrides a callback set with HTTPClient.setTLSContextSetup.

class HTTPClientSettings
void delegate(TLSContext ctx) @(safe) nothrow tlsContextSetup;

Meta