Files
wxWidgets/tests/net
Vadim Zeitlin 9a767574ff Add wxWebRequestDebugLogger for details logging of HTTP transfers
Allow getting detailed information about the operations performed by
wxWebRequest, at least when using libcurl-based backend, which provides
good built-in support for this, and partially when using WinHTTP.

Note that the debug logger is set at the session level and not for each
request: this is less flexible, but more convenient and is probably how
it will always be used in practice.

See #26086.
2026-01-15 14:51:36 +01:00
..