modulepackage
0.0.4
Repository: https://github.com/mango-svip/lambda-router.git
Documentation: pkg.go.dev
# README
lambda-router
base on httprouter for aws lambda
# Type aliases
Handle is a function that can be registered to a route to handle HTTP requests.
MiddlewareFunc 是中间件函数的类型.
Params is a Param-slice, as returned by the router.