Start work on own tls termination and http3 support
Some checks are pending
/ docker (push) Waiting to run
Some checks are pending
/ docker (push) Waiting to run
This commit is contained in:
parent
4a2462e24e
commit
68d7a5e8c3
10 changed files with 634 additions and 698 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue