gitee.com/zhaochuninhefei/gmgo@v0.0.31-0.20240209061119-069254a02979/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