Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
func
(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
69
func
(config *HTTP) Listen(ctx context.Context) error {
Callers
nothing calls this directly
Calls
1
Handler
Method · 0.65
Tested by
no test coverage detected