MCPcopy Index your code
hub / github.com/Monibuca/engine / Handler

Method Handler

config/http.go:64–66  ·  view source on GitHub ↗
(r *http.Request)

Source from the content-addressed store, hash-verified

62}
63
64func (config *HTTP) Handler(r *http.Request) (h http.Handler, pattern string) {
65 return config.mux.Handler(r)
66}
67
68// ListenAddrs Listen http and https
69func (config *HTTP) Listen(ctx context.Context) error {

Callers

nothing calls this directly

Calls 1

HandlerMethod · 0.65

Tested by

no test coverage detected