summaryrefslogtreecommitdiff
path: root/libsoup/soup-logger-private.h
Commit message (Collapse)AuthorAgeFilesLines
* logger: remove soup_logger_request_body_setup()Carlos Garcia Campos2022-06-081-4/+0
| | | | | We can use the same approach as http2 backend and call soup_logger_log_request_data() from the body stream wrote data callback.
* Add initial HTTP2 backendPatrick Griffis2021-05-161-0/+2
|
* logger: pass the SoupBodyOutputStream to soup_logger_request_body_setup()Patrick Griffis2021-04-271-1/+3
|
* logger: re-add support for logging request/response bodiesDaniel Kolesa2021-03-091-0/+14