MCPcopy
hub / github.com/julienschmidt/httprouter / recv

Method recv

router.go:309–313  ·  view source on GitHub ↗
(w http.ResponseWriter, req *http.Request)

Source from the content-addressed store, hash-verified

307}
308
309func (r *Router) recv(w http.ResponseWriter, req *http.Request) {
310 if rcv := recover(); rcv != nil {
311 r.PanicHandler(w, req, rcv)
312 }
313}
314
315// Lookup allows the manual lookup of a method + path combo.
316// This is e.g. useful to build a framework around this router.

Callers 1

ServeHTTPMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected