| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | std::span -> eastl::spansb/eastl | Stefan Boberg | 2025-03-06 | 1 | -1/+1 |
| | | |||||
| * | switched std::vector -> eastl::vector | Stefan Boberg | 2025-03-06 | 1 | -2/+2 |
| | | |||||
| * | HTTP request logging (#6) | Stefan Boberg | 2024-03-14 | 1 | -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. | |||||