routewatch/internal/server
sneak ab392d874c Track wire bytes separately from decompressed stream bytes
The stream stats were showing decompressed data sizes, not actual wire
bandwidth. This change adds wire byte tracking by disabling automatic
gzip decompression in the HTTP client and wrapping the response body
with a counting reader before decompression. Both wire (compressed) and
decompressed bytes are now tracked and exposed in the API responses.
2025-12-27 12:56:57 +07:00
..
handlers.go Track wire bytes separately from decompressed stream bytes 2025-12-27 12:56:57 +07:00
middleware.go Add detailed godoc documentation to CLIEntry function 2025-12-27 12:24:22 +07:00
routes.go Fix IPv6 prefix length links to use separate /prefixlength6/<len> route 2025-08-09 11:37:14 +02:00
server.go Quadruple all HTTP timeouts to prevent timeout errors 2025-07-29 04:18:07 +02:00