Playing with:
- h2c server configured with go 1.24 http.Protocols
- go 1.22 ServeMux
- slog
Handy command for log file viewing:
tail -F logs/request.log | jq '"\(.timestamp) \(.request.host) \(.request.method) \(.request.url) \(.response.code) \(.duration)"'