MCPcopy Create free account
hub / github.com/eth-easl/dirigent / HandleFunc

Method HandleFunc

workload/http_workload.go:171–173  ·  view source on GitHub ↗
(path string, f func(w http.ResponseWriter, r *http.Request))

Source from the content-addressed store, hash-verified

169}
170
171func (mux *Multiplexer) HandleFunc(path string, f func(w http.ResponseWriter, r *http.Request)) {
172 mux.handlers[path] = f
173}
174
175func StartHTTPServer() {
176 var err error

Callers 4

StartHTTPServerFunction · 0.95
StartProxyServerMethod · 0.80
StartProxyServerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected