MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / clearTlsOptions

Function clearTlsOptions

Libraries/Http/HttpAsyncClient.h:191–191  ·  view source on GitHub ↗

@brief Restores default TLS verification options.

Source from the content-addressed store, hash-verified

189 /// The caller owns the transform and must initialize its read/write queues with the client's buffer pool before
190 /// starting a request. When a response declares `Content-Encoding: gzip` or `deflate`, `onResponse` observes the
191 /// decoded body through `HttpAsyncClientResponse::getReadableStream()`.
192 void setResponseDecompression(SyncZLibTransformStream& decoder) { responseDecoder = &decoder; }
193
194 /// @brief Disables response decompression for future requests.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected