const net/http.StatusBadRequest
7 uses
net/http (current package)
fs.go#L813: serveError(w, "invalid URL path", StatusBadRequest)
fs.go#L847: serveError(w, "invalid URL path", StatusBadRequest)
h2_bundle.go#L7117: Error(w, err.Error(), StatusBadRequest)
server.go#L1902: func badRequestError(e string) error { return statusError{StatusBadRequest, e} }
server.go#L2738: w.WriteHeader(StatusBadRequest)
status.go#L36: StatusBadRequest = 400 // RFC 9110, 15.5.1
status.go#L127: case StatusBadRequest:
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |