const net/http.StatusUnauthorized
5 uses
net/http (current package)
status.go#L37: StatusUnauthorized = 401 // RFC 9110, 15.5.2
status.go#L129: case 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#L72: http.StatusUnauthorized: codes.Unauthenticated,
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)