有用的 HTTP 处理程序的集合,形成过滤器的处理程序堆栈
API
处理程序包装器的签名以 http.Handler 接口结束并返回 http.Handler 接口。例如:
func Log(w io.Writer, http.Handler) http.Handler
func CORS(methods, origins []string, http.Handler) http.Handler
更多详情、使用方法,请下载后阅读README.md文件
2022-07-13 18:08:24
35KB
go语言