aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/servers/httptracer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* HTTP request logging (#6)Stefan Boberg2024-03-141-0/+37
this change adds support for tracing http payloads when using the asio path. This was already supported when using the `--http=plugin` path and this change moves some code into a shared class for reuse.