const net/http.StatusServiceUnavailable
12 uses
net/http (current package)
server.go#L3337: w.WriteHeader(StatusServiceUnavailable)
status.go#L69: StatusServiceUnavailable = 503 // RFC 7231, 6.6.4
status.go#L138: StatusServiceUnavailable: "Service Unavailable",
github.com/evanw/esbuild/pkg/api
serve_other.go#L125: go h.notifyRequest(time.Since(start), req, http.StatusServiceUnavailable)
serve_other.go#L127: res.WriteHeader(http.StatusServiceUnavailable)
github.com/prometheus/client_golang/prometheus/promhttp
http.go#L122: ), http.StatusServiceUnavailable)
go.opencensus.io/plugin/ochttp
trace.go#L203: case http.StatusServiceUnavailable:
golang.org/x/pkgsite/internal/derrors
derrors.go#L121: {SheddingLoad, http.StatusServiceUnavailable},
golang.org/x/pkgsite/internal/middleware
errorreporting.go#L32: if w2.status == http.StatusServiceUnavailable {
requestlog.go#L77: if w2.status == http.StatusServiceUnavailable {
golang.org/x/pkgsite/internal/worker
server.go#L279: if code == http.StatusInternalServerError || code == http.StatusServiceUnavailable {
google.golang.org/grpc/internal/transport
http_util.go#L98: http.StatusServiceUnavailable: codes.Unavailable,
![]() |
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. |