MCPcopy Create free account
hub / github.com/goadesign/goa / Use

Method Use

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

Source from the content-addressed store, hash-verified

9 // with the given middleware.
10 Server interface {
11 Use(func(http.Handler) http.Handler)
12 }
13
14 // Mounter is the interface for servers that allow mounting their endpoints

Callers 4

UseMethod · 0.65
TestMiddlewaresFunction · 0.65
TestSmartRedirectSlashesFunction · 0.65

Implementers 1

muxhttp/mux.go

Calls

no outgoing calls

Tested by 3

TestMiddlewaresFunction · 0.52
TestSmartRedirectSlashesFunction · 0.52