MCPcopy Index your code
hub / github.com/koding/kite / HandleHTTP

Method HandleHTTP

kite.go:264–266  ·  view source on GitHub ↗

HandleHTTP registers the HTTP handler for the given pattern into the underlying HTTP muxer.

(pattern string, handler http.Handler)

Source from the content-addressed store, hash-verified

262// HandleHTTP registers the HTTP handler for the given pattern into the
263// underlying HTTP muxer.
264func (k *Kite) HandleHTTP(pattern string, handler http.Handler) {
265 k.muxer.Handle(pattern, handler)
266}
267
268// HandleHTTPFunc registers the HTTP handler for the given pattern into the
269// underlying HTTP muxer.

Callers

nothing calls this directly

Calls 1

HandleMethod · 0.45

Tested by

no test coverage detected