Add support for logging HTTP requests in the combined log format

This commit is contained in:
Zlatko Čalušić
2017-05-31 23:29:21 +02:00
parent ed59c2ec28
commit c7ffc41a65
22 changed files with 2489 additions and 4 deletions

7
vendor/github.com/gorilla/handlers/handlers_pre18.go generated vendored Normal file
View File

@@ -0,0 +1,7 @@
// +build !go1.8
package handlers
type loggingResponseWriter interface {
commonLoggingResponseWriter
}