github.com/hxx258456/ccgo@v0.0.5-0.20230213014102-48b35f46f66f/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