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