MCPcopy Index your code
hub / github.com/supabase/auth / ServeHTTP

Method ServeHTTP

internal/api/api.go:479–481  ·  view source on GitHub ↗

ServeHTTP implements the http.Handler interface by passing the request along to its underlying Handler.

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

Source from the content-addressed store, hash-verified

477// ServeHTTP implements the http.Handler interface by passing the request along
478// to its underlying Handler.
479func (a *API) ServeHTTP(w http.ResponseWriter, r *http.Request) {
480 a.handler.ServeHTTP(w, r)
481}

Calls

no outgoing calls