Secure Secure是用于Go的HTTP中间件,可促进安全性的快速提升。
这是一个标准的net / http处理程序,可以与许多框架一起使用,也可以直接与Go的net / http包一起使用。
用法// main.go Secure Secure是Go的HTTP中间件,可促进一些快速的安全性。
这是一个标准的net / http处理程序,可以与许多框架一起使用,也可以直接与Go的net / http包一起使用。
用法// main.go包main import(“ net / http”“ github.com/unrolled/secure” //或“ gopkg.in/unrolled/secure.v1”)var myHandler = http.HandlerFunc(func(w http .ResponseWriter,r * http.Request){w.Write([] byte(“ hello world”))})func main(){secureMiddleware:= secure.New(s
1