文件名称:go-forwarded:X-Forwarded-For和RFC7239对Golang(Go)的支持
文件大小:8KB
文件格式:ZIP
更新时间:2024-05-31 11:32:49
Go
前进 描述 forwarded为Golang装饰/包装该解析X-Forwarded-For和X-Forwarded-Protocol报头和更新传递和相应。 它支持任意命名的单个标头和 Forwarded标头。 用法示例 极其简化的示例: package main import ( "fmt" "github.com/stanvit/go-forwarded" "net/http" ) func simpleHandler ( w http. ResponseWriter , r * http. Request ) { w . Header (). Set ( "Content-Type" , "text/plain" ) w . WriteHeader ( http . StatusOK ) w . Write ([] byte ( fmt . Sprintf ( "Req
【文件预览】:
go-forwarded-master
----ipnets.go(1KB)
----ipnets_test.go(1KB)
----forwarded.go(6KB)
----.travis.yml(13B)
----LICENSE(1KB)
----README.md(2KB)
----forwarded_test.go(11KB)