MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / ServeHTTP

Method ServeHTTP

pkg/rpcserver/rpcserver.go:336–338  ·  view source on GitHub ↗

ServeHTTP forwards requests to the gRPC gateway

(w http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

334
335// ServeHTTP forwards requests to the gRPC gateway
336func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) {
337 s.ServeMux.ServeHTTP(w, r)
338}

Callers 3

HTTPMiddlewareFunction · 0.45
TestHTTPFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestHTTPFunction · 0.36