modulepackage
0.0.0-20200601134155-59d529bc0fb3
Repository: https://github.com/jonsen/gin-middleware.git
Documentation: pkg.go.dev
# README
gin-middleware
gin-middleware
# Functions
setup not need check authorize URL
urls := []string{"/login", "/users", "/firewall"} router.Use(middleware.AuthRequest(urls...))
.
No description provided by the author
Default shortcut to get context.
No description provided by the author
No description provided by the author
No description provided by the author
NewContext -.
NewSession -.
RequestReader read request data.
ResponseWriter initial response data code: status code message: response messages body: response body.
StructToString convert struct to string.
No description provided by the author
# Constants
No description provided by the author
# Variables
No description provided by the author
# Type aliases
G -.