Middleware is a middleware for request handlers
func(h http.Handler, app *app.App, rateLimit bool) http.Handler
| 23 | |
| 24 | // Middleware is a middleware for request handlers |
| 25 | type Middleware func(h http.Handler, app *app.App, rateLimit bool) http.Handler |
| 26 | |
| 27 | // methodOverrideKey is the form key for overriding the method |
| 28 | var methodOverrideKey = "_method" |
nothing calls this directly
no outgoing calls
no test coverage detected