MCPcopy
hub / github.com/oauth2-proxy/oauth2-proxy / ServeHTTP

Method ServeHTTP

oauthproxy.go:564–566  ·  view source on GitHub ↗
(rw http.ResponseWriter, req *http.Request)

Source from the content-addressed store, hash-verified

562}
563
564func (p *OAuthProxy) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
565 p.serveMux.ServeHTTP(rw, req)
566}
567
568// ErrorPage writes an error response
569func (p *OAuthProxy) ErrorPage(rw http.ResponseWriter, req *http.Request, code int, appError string, messages ...interface{}) {

Calls

no outgoing calls