const net/http.StatusForbidden
8 uses
net/http (current package)
fs.go#L677: return "403 Forbidden", StatusForbidden
status.go#L39: StatusForbidden = 403 // RFC 7231, 6.5.3
status.go#L108: StatusForbidden: "Forbidden",
github.com/aws/aws-sdk-go/aws/ec2metadata
token_provider.go#L57: case http.StatusForbidden, http.StatusNotFound, http.StatusMethodNotAllowed:
github.com/go-git/go-git/v5/plumbing/transport/http
common.go#L263: case http.StatusForbidden:
go.opencensus.io/plugin/ochttp
trace.go#L195: case http.StatusForbidden:
golang.org/x/pkgsite/internal/derrors
derrors.go#L120: {Excluded, http.StatusForbidden},
google.golang.org/grpc/internal/transport
http_util.go#L90: http.StatusForbidden: codes.PermissionDenied,
![]() |
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. |