mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-03-23 18:54:01 +08:00
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.