httplog
httplog copied to clipboard
Go http logger for apex/log.
Results
1
httplog issues
Sort by
recently updated
recently updated
newest added
Some of the special interfaces like `http.Hijacker` are not exposed using the wrapped response writer. It would be great to implement something like https://github.com/gorilla/handlers/blob/941e2d87ae774cb93574f1af30684ed9bfe24271/logging.go to implement interfaces for the wrapper...