const net/http.StatusUnauthorized
6 uses
net/http (current package)
status.go#L37: StatusUnauthorized = 401 // RFC 7235, 3.1
status.go#L106: StatusUnauthorized: "Unauthorized",
go.pact.im/x/basicauth
static.go#L57: w.WriteHeader(http.StatusUnauthorized)
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)
google.golang.org/grpc/internal/transport
http_util.go#L74: http.StatusUnauthorized: codes.Unauthenticated,
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)