//
pkg.gl
Category
github.com/issue9/middleware/v6
package
6.1.0
Repository:
https://github.com/issue9/middleware.git
Documentation:
pkg.go.dev
Overview
Dependencies
0
Dependents
0
#
Packages
access
No description provided by the author
acl
No description provided by the author
auth
No description provided by the author
health
No description provided by the author
locales
No description provided by the author
session
No description provided by the author
#
README
middleware
web
适用的中间件;
access 客户端访问记录;
auth/basic 基本的验证处理;
jwt JSON Web Tokens 中间件;
health 接口状态的监测;
ratelimit x-rate-limit 的相关实现;
session session 管理;
安装
go get github.com/issue9/middleware/v6
版权
本项目采用
MIT
开源授权许可证,完整的授权说明可在
LICENSE
文件中找到。