@brief Restores default TLS verification options.
| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected