HTTPClient.setTLSSetupCallback

Sets a callback that will be called for every TLS context that is created.

Setting such a callback is useful for adjusting the validation parameters of the TLS context.

class HTTPClient
@safe static @trusted
void
setTLSSetupCallback
(
void function @safe func
)

Meta