文件名称:Golang中间件,用于处理X-Forwarded-For标头-Golang开发
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-15 11:22:31
Golang Middlewares
Go软件包的X-Forwarded-For中间件xff是net / http中间件/处理程序,用于解析Golang中的Forwarded HTTP Extension。 用法示例安装xff:转到get github.com/sebest/xff编辑server.go:打包主X-Forwarded-For中间件转到Go包xff是net / http中间件/处理程序,用于解析Golang中的Forwarded HTTP Extension。 用法示例安装xff:获取github.com/sebest/xff编辑server.go:包main import(“ net / http”“ github.com/sebest/xff”)func main(){handler:= http.HandlerFunc( func(w http.ResponseWriter,r * http.Request){w.Write([] byte(“ hello from” + r.RemoteAddr +“ \ n”))})xffmw,_:= xff.Default()http .ListenAndServ
【文件预览】:
xff-master
----.travis.yml(120B)
----xff.go(4KB)
----LICENSE(1KB)
----examples()
--------negroni()
--------nethttp()
----xff_test.go(4KB)
----README.md(1KB)