MCPcopy
hub / github.com/gofiber/fiber / ServeHTTP

Method ServeHTTP

adapter_test.go:881–881  ·  view source on GitHub ↗
(http.ResponseWriter, *http.Request)

Source from the content-addressed store, hash-verified

879type dummyHandler struct{}
880
881func (dummyHandler) ServeHTTP(http.ResponseWriter, *http.Request) {}
882
883type dummyFuncHandler func(http.ResponseWriter, *http.Request)
884

Calls

no outgoing calls

Tested by

no test coverage detected