github.com/hellobchain/third_party@v0.0.0-20230331131523-deb0478a2e52/gorilla/handlers/doc.go (about)

     1  /*
     2  Package handlers is a collection of handlers (aka "HTTP middleware") for use
     3  with Go's net/http package (or any framework supporting http.Handler).
     4  
     5  The package includes handlers for logging in standardised formats, compressing
     6  HTTP responses, validating content types and other useful tools for manipulating
     7  requests and responses.
     8  */
     9  package handlers