var net/http.statusText
5 uses
net/http (current package)
response.go#L250: text, ok = statusText[r.StatusCode]
server.go#L1518: if text, ok := statusText[code]; ok {
server.go#L2179: body := "<a href=\"" + htmlEscape(url) + "\">" + statusText[code] + ".\n"
status.go#L79: var statusText = map[int]string{
status.go#L151: return statusText[code]
![]() |
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. |