MCPcopy Index your code
hub / github.com/dreamsofcode-io/nethttp / Middleware

FuncType Middleware

middleware/middleware.go:5–5  ·  view source on GitHub ↗
func(http.Handler) http.Handler

Source from the content-addressed store, hash-verified

3import "net/http"
4
5type Middleware func(http.Handler) http.Handler
6
7func CreateStack(xs ...Middleware) Middleware {
8 return func(next http.Handler) http.Handler {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected