const net/http.StatusUnauthorized
9 uses
net/http (current package)
status.go#L37: StatusUnauthorized = 401 // RFC 7235, 3.1
status.go#L106: StatusUnauthorized: "Unauthorized",
github.com/aws/aws-sdk-go/aws/ec2metadata
token_provider.go#L89: e.StatusCode() == http.StatusUnauthorized {
github.com/go-git/go-git/v5/plumbing/transport/http
common.go#L261: case http.StatusUnauthorized:
go.opencensus.io/plugin/ochttp
trace.go#L197: case http.StatusUnauthorized: // 401 is actually unauthenticated.
golang.org/x/net/trace
trace.go#L154: http.Error(w, "not allowed", http.StatusUnauthorized)
trace.go#L169: http.Error(w, "not allowed", http.StatusUnauthorized)
golang.org/x/pkgsite/internal/middleware
iapheader.go#L27: http.Error(w, err.Error(), http.StatusUnauthorized)
google.golang.org/grpc/internal/transport
http_util.go#L88: http.StatusUnauthorized: codes.Unauthenticated,
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |