func net/http.StatusText
86 uses
net/http (current package)
filetransport.go#L130: pr.res.Status = fmt.Sprintf("%d %s", code, StatusText(code))
h2_bundle.go#L9641: Status: status + " " + StatusText(statusCode),
response.go#L249: text = StatusText(r.StatusCode)
server.go#L1610: if text := StatusText(code); text != "" {
server.go#L1911: func (e statusError) Error() string { return StatusText(e.code) + ": " + e.text }
server.go#L2046: fmt.Fprintf(c.rwc, "HTTP/1.1 %d %s%sUnsupported transfer encoding", code, StatusText(code), errorHeaders)
server.go#L2054: fmt.Fprintf(c.rwc, "HTTP/1.1 %d %s: %s%s%d %s: %s", v.code, StatusText(v.code), v.text, errorHeaders, v.code, StatusText(v.code), v.text)
server.go#L2349: body := "<a href=\"" + htmlEscape(url) + "\">" + StatusText(code) + "</a>.\n"
server.go#L2633: Error(w, StatusText(StatusMethodNotAllowed), StatusMethodNotAllowed)
status.go#L81: func StatusText(code int) string {
github.com/coinbase/cdp-sdk/go/openapi
client.gen.go#L14896: return http.StatusText(0)
client.gen.go#L14922: return http.StatusText(0)
client.gen.go#L14948: return http.StatusText(0)
client.gen.go#L14978: return http.StatusText(0)
client.gen.go#L15002: return http.StatusText(0)
client.gen.go#L15028: return http.StatusText(0)
client.gen.go#L15054: return http.StatusText(0)
client.gen.go#L15079: return http.StatusText(0)
client.gen.go#L15105: return http.StatusText(0)
client.gen.go#L15132: return http.StatusText(0)
client.gen.go#L15159: return http.StatusText(0)
client.gen.go#L15192: return http.StatusText(0)
client.gen.go#L15219: return http.StatusText(0)
client.gen.go#L15245: return http.StatusText(0)
client.gen.go#L15275: return http.StatusText(0)
client.gen.go#L15299: return http.StatusText(0)
client.gen.go#L15332: return http.StatusText(0)
client.gen.go#L15365: return http.StatusText(0)
client.gen.go#L15398: return http.StatusText(0)
client.gen.go#L15429: return http.StatusText(0)
client.gen.go#L15459: return http.StatusText(0)
client.gen.go#L15486: return http.StatusText(0)
client.gen.go#L15519: return http.StatusText(0)
client.gen.go#L15549: return http.StatusText(0)
client.gen.go#L15576: return http.StatusText(0)
client.gen.go#L15605: return http.StatusText(0)
client.gen.go#L15639: return http.StatusText(0)
client.gen.go#L15672: return http.StatusText(0)
client.gen.go#L15707: return http.StatusText(0)
client.gen.go#L15740: return http.StatusText(0)
client.gen.go#L15773: return http.StatusText(0)
client.gen.go#L15808: return http.StatusText(0)
client.gen.go#L15841: return http.StatusText(0)
client.gen.go#L15868: return http.StatusText(0)
client.gen.go#L15900: return http.StatusText(0)
client.gen.go#L15932: return http.StatusText(0)
client.gen.go#L15959: return http.StatusText(0)
client.gen.go#L15986: return http.StatusText(0)
client.gen.go#L16013: return http.StatusText(0)
client.gen.go#L16042: return http.StatusText(0)
client.gen.go#L16069: return http.StatusText(0)
client.gen.go#L16102: return http.StatusText(0)
client.gen.go#L16129: return http.StatusText(0)
client.gen.go#L16157: return http.StatusText(0)
client.gen.go#L16188: return http.StatusText(0)
client.gen.go#L16215: return http.StatusText(0)
client.gen.go#L16245: return http.StatusText(0)
client.gen.go#L16272: return http.StatusText(0)
client.gen.go#L16299: return http.StatusText(0)
client.gen.go#L16332: return http.StatusText(0)
client.gen.go#L16361: return http.StatusText(0)
client.gen.go#L16395: return http.StatusText(0)
client.gen.go#L16423: return http.StatusText(0)
client.gen.go#L16455: return http.StatusText(0)
client.gen.go#L16486: return http.StatusText(0)
client.gen.go#L16514: return http.StatusText(0)
client.gen.go#L16542: return http.StatusText(0)
client.gen.go#L16568: return http.StatusText(0)
client.gen.go#L16597: return http.StatusText(0)
client.gen.go#L16628: return http.StatusText(0)
client.gen.go#L16658: return http.StatusText(0)
client.gen.go#L16685: return http.StatusText(0)
client.gen.go#L16718: return http.StatusText(0)
client.gen.go#L16748: return http.StatusText(0)
client.gen.go#L16782: return http.StatusText(0)
client.gen.go#L16809: return http.StatusText(0)
client.gen.go#L16838: return http.StatusText(0)
client.gen.go#L16871: return http.StatusText(0)
client.gen.go#L16905: return http.StatusText(0)
client.gen.go#L16940: return http.StatusText(0)
client.gen.go#L16971: return http.StatusText(0)
client.gen.go#L17004: return http.StatusText(0)
client.gen.go#L17031: return http.StatusText(0)
client.gen.go#L17056: return http.StatusText(0)
client.gen.go#L17082: return http.StatusText(0)
 |
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. |