gitee.com/ks-custle/core-gm@v0.0.0-20230922171213-b83bdd97b62c/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