middleware:与Go的nethttp包一起使用的HTTP MiddlewareHandler函数的集合

时间:2024-06-02 08:25:39
【文件属性】:

文件名称:middleware:与Go的nethttp包一起使用的HTTP MiddlewareHandler函数的集合

文件大小:8KB

文件格式:ZIP

更新时间:2024-06-02 08:25:39

Go

中间件 与Go的net / http包一起使用的HTTP中间件/处理程序功能的集合。 与Goji,Gorilla,Negroni和net / http(以及许多其他产品)兼容。 使用HTTP中间件 将增加一些... 开始使用它 发展 go get github.com/jeevatkm/middleware 稳定的 go get gopkg.in/jeevatkm/middleware.v0 例子 参考 香草网/ http func main () { homeHandler := http . HandlerFunc ( home ) // Adding Minify middleware // Note: If you use any Gzip middleware, add Minify middleware after that http . Handle ( "/"


【文件预览】:
middleware-master
----minify_test.go(3KB)
----examples()
--------gorilla_mux.go(2KB)
--------negroni.go(1KB)
--------goji.go(1KB)
--------vanilla.go(2KB)
----.travis.yml(98B)
----LICENSE(1KB)
----minify.go(2KB)
----doc.go(344B)
----README.md(2KB)
----.gitignore(279B)

网友评论