const net/http.StatusInternalServerError
10 uses
net/http (current package)
fs.go#L157: Error(w, "Error reading directory", StatusInternalServerError)
fs.go#L296: serveError(w, "seeker can't seek", StatusInternalServerError)
fs.go#L307: serveError(w, err.Error(), StatusInternalServerError)
fs.go#L312: serveError(w, "negative content size computed", StatusInternalServerError)
fs.go#L719: serveError(w, msg, StatusInternalServerError)
fs.go#L780: return "500 Internal Server Error", StatusInternalServerError
status.go#L66: StatusInternalServerError = 500 // RFC 9110, 15.6.1
status.go#L185: case StatusInternalServerError:
github.com/coder/websocket
accept.go#L162: http.Error(w, http.StatusText(http.StatusInternalServerError), http.StatusInternalServerError)
 |
The pages are generated with Golds v0.8.4. (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. |