Start work on own tls termination and http3 support
Some checks are pending
/ docker (push) Waiting to run

This commit is contained in:
Melody Becker 2025-05-26 17:10:46 +02:00
parent 4a2462e24e
commit 68d7a5e8c3
Signed by: mstar
SSH key fingerprint: SHA256:9VAo09aaVNTWKzPW7Hq2LW+ox9OdwmTSHRoD4mlz1yI
10 changed files with 634 additions and 698 deletions

View file

@ -27,6 +27,7 @@ func TraceRequestInfoMiddleware(h http.Handler) http.Handler {
IPAddress = r.RemoteAddr
}
hlog.FromRequest(r).Trace().Any("headers", r.Header).
Str("proto", r.Proto).
Bytes("body", body).
Str("method", r.Method).
Stringer("url", r.URL).