MCPcopy
hub / github.com/gorilla/mux / Middleware

Method Middleware

middleware.go:15–15  ·  view source on GitHub ↗
(handler http.Handler)

Source from the content-addressed store, hash-verified

13// middleware interface is anything which implements a MiddlewareFunc named Middleware.
14type middleware interface {
15 Middleware(handler http.Handler) http.Handler
16}
17
18// Middleware allows MiddlewareFunc to implement the middleware interface.

Callers 1

MatchMethod · 0.65

Implementers 2

testMiddlewaremiddleware_test.go
authenticationMiddlewareexample_authentication_middleware_test

Calls

no outgoing calls

Tested by

no test coverage detected