func net/http.StatusText
77 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#L12030: return http.StatusText(0)
client.gen.go#L12056: return http.StatusText(0)
client.gen.go#L12082: return http.StatusText(0)
client.gen.go#L12110: return http.StatusText(0)
client.gen.go#L12136: return http.StatusText(0)
client.gen.go#L12162: return http.StatusText(0)
client.gen.go#L12187: return http.StatusText(0)
client.gen.go#L12213: return http.StatusText(0)
client.gen.go#L12240: return http.StatusText(0)
client.gen.go#L12273: return http.StatusText(0)
client.gen.go#L12300: return http.StatusText(0)
client.gen.go#L12326: return http.StatusText(0)
client.gen.go#L12350: return http.StatusText(0)
client.gen.go#L12381: return http.StatusText(0)
client.gen.go#L12411: return http.StatusText(0)
client.gen.go#L12438: return http.StatusText(0)
client.gen.go#L12471: return http.StatusText(0)
client.gen.go#L12501: return http.StatusText(0)
client.gen.go#L12528: return http.StatusText(0)
client.gen.go#L12557: return http.StatusText(0)
client.gen.go#L12590: return http.StatusText(0)
client.gen.go#L12625: return http.StatusText(0)
client.gen.go#L12658: return http.StatusText(0)
client.gen.go#L12691: return http.StatusText(0)
client.gen.go#L12726: return http.StatusText(0)
client.gen.go#L12759: return http.StatusText(0)
client.gen.go#L12791: return http.StatusText(0)
client.gen.go#L12823: return http.StatusText(0)
client.gen.go#L12850: return http.StatusText(0)
client.gen.go#L12877: return http.StatusText(0)
client.gen.go#L12904: return http.StatusText(0)
client.gen.go#L12933: return http.StatusText(0)
client.gen.go#L12960: return http.StatusText(0)
client.gen.go#L12993: return http.StatusText(0)
client.gen.go#L13020: return http.StatusText(0)
client.gen.go#L13048: return http.StatusText(0)
client.gen.go#L13079: return http.StatusText(0)
client.gen.go#L13106: return http.StatusText(0)
client.gen.go#L13136: return http.StatusText(0)
client.gen.go#L13163: return http.StatusText(0)
client.gen.go#L13190: return http.StatusText(0)
client.gen.go#L13223: return http.StatusText(0)
client.gen.go#L13257: return http.StatusText(0)
client.gen.go#L13285: return http.StatusText(0)
client.gen.go#L13317: return http.StatusText(0)
client.gen.go#L13348: return http.StatusText(0)
client.gen.go#L13376: return http.StatusText(0)
client.gen.go#L13404: return http.StatusText(0)
client.gen.go#L13430: return http.StatusText(0)
client.gen.go#L13459: return http.StatusText(0)
client.gen.go#L13490: return http.StatusText(0)
client.gen.go#L13520: return http.StatusText(0)
client.gen.go#L13547: return http.StatusText(0)
client.gen.go#L13580: return http.StatusText(0)
client.gen.go#L13610: return http.StatusText(0)
client.gen.go#L13644: return http.StatusText(0)
client.gen.go#L13671: return http.StatusText(0)
client.gen.go#L13700: return http.StatusText(0)
client.gen.go#L13733: return http.StatusText(0)
client.gen.go#L13767: return http.StatusText(0)
client.gen.go#L13802: return http.StatusText(0)
client.gen.go#L13833: return http.StatusText(0)
client.gen.go#L13866: return http.StatusText(0)
client.gen.go#L13892: return http.StatusText(0)
client.gen.go#L13917: return http.StatusText(0)
client.gen.go#L13943: 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. |