func net/http.StatusText
67 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#L9623: return http.StatusText(0)
client.gen.go#L9649: return http.StatusText(0)
client.gen.go#L9677: return http.StatusText(0)
client.gen.go#L9708: return http.StatusText(0)
client.gen.go#L9738: return http.StatusText(0)
client.gen.go#L9765: return http.StatusText(0)
client.gen.go#L9798: return http.StatusText(0)
client.gen.go#L9828: return http.StatusText(0)
client.gen.go#L9855: return http.StatusText(0)
client.gen.go#L9884: return http.StatusText(0)
client.gen.go#L9917: return http.StatusText(0)
client.gen.go#L9952: return http.StatusText(0)
client.gen.go#L9985: return http.StatusText(0)
client.gen.go#L10018: return http.StatusText(0)
client.gen.go#L10053: return http.StatusText(0)
client.gen.go#L10086: return http.StatusText(0)
client.gen.go#L10118: return http.StatusText(0)
client.gen.go#L10150: return http.StatusText(0)
client.gen.go#L10177: return http.StatusText(0)
client.gen.go#L10204: return http.StatusText(0)
client.gen.go#L10231: return http.StatusText(0)
client.gen.go#L10260: return http.StatusText(0)
client.gen.go#L10287: return http.StatusText(0)
client.gen.go#L10320: return http.StatusText(0)
client.gen.go#L10347: return http.StatusText(0)
client.gen.go#L10375: return http.StatusText(0)
client.gen.go#L10402: return http.StatusText(0)
client.gen.go#L10432: return http.StatusText(0)
client.gen.go#L10459: return http.StatusText(0)
client.gen.go#L10486: return http.StatusText(0)
client.gen.go#L10519: return http.StatusText(0)
client.gen.go#L10553: return http.StatusText(0)
client.gen.go#L10582: return http.StatusText(0)
client.gen.go#L10608: return http.StatusText(0)
client.gen.go#L10634: return http.StatusText(0)
client.gen.go#L10663: return http.StatusText(0)
client.gen.go#L10691: return http.StatusText(0)
client.gen.go#L10720: return http.StatusText(0)
client.gen.go#L10751: return http.StatusText(0)
client.gen.go#L10779: return http.StatusText(0)
client.gen.go#L10807: return http.StatusText(0)
client.gen.go#L10833: return http.StatusText(0)
client.gen.go#L10862: return http.StatusText(0)
client.gen.go#L10893: return http.StatusText(0)
client.gen.go#L10923: return http.StatusText(0)
client.gen.go#L10950: return http.StatusText(0)
client.gen.go#L10983: return http.StatusText(0)
client.gen.go#L11013: return http.StatusText(0)
client.gen.go#L11047: return http.StatusText(0)
client.gen.go#L11074: return http.StatusText(0)
client.gen.go#L11103: return http.StatusText(0)
client.gen.go#L11136: return http.StatusText(0)
client.gen.go#L11170: return http.StatusText(0)
client.gen.go#L11205: return http.StatusText(0)
client.gen.go#L11236: return http.StatusText(0)
client.gen.go#L11269: 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. |