httpware:一组有用的Go HTTP中间件功能

时间:2024-03-30 19:21:21
【文件属性】:

文件名称:httpware:一组有用的Go HTTP中间件功能

文件大小:7KB

文件格式:ZIP

更新时间:2024-03-30 19:21:21

Go

httpware 有用的Go HTTP中间件功能的集合。 go get github.com/mwalto7/httpware 验证 您的路由需要HTTP基本身份验证吗? 只需使用httpware.BasicAuth包装您的处理程序: package main import ( "fmt" "net/http" "github.com/mwalto7/httpware" ) func main () { authenticate := httpware . BasicAuth (httpware. BasicAuthOptions { Realm : "My super secure path." , AuthFunc : func ( username , password string , _ * http. Req


【文件预览】:
httpware-main
----.gitignore(327B)
----README.md(1KB)
----.github()
--------workflows()
----auth_example_test.go(494B)
----LICENSE(1KB)
----go.mod(44B)
----auth.go(4KB)
----auth_test.go(6KB)

网友评论