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

Method Error

pkg/requests/result.go:13–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11// Result is the result of a request created by a Builder
12type Result interface {
13 Error() error
14 StatusCode() int
15 Headers() http.Header
16 Body() []byte

Callers 15

assertSuccessfulRequestFunction · 0.95
SignInPageMethod · 0.65
SignInMethod · 0.65
UserInfoMethod · 0.65
SignOutMethod · 0.65
doOAuthStartMethod · 0.65
OAuthCallbackMethod · 0.65
AuthOnlyMethod · 0.65
ProxyMethod · 0.65
main_test.goFile · 0.65
Test_noCacheHeadersFunction · 0.65

Implementers 1

resultpkg/requests/result.go

Calls

no outgoing calls