net/http.Response.Status (field)
7 uses
net/http (current package)
filetransport.go#L111: pr.res.Status = fmt.Sprintf("%d %s", code, StatusText(code))
h2_bundle.go#L9484: Status: status + " " + StatusText(statusCode),
response.go#L36: Status string // e.g. "200 OK"
response.go#L173: resp.Status = strings.TrimLeft(status, " ")
response.go#L175: statusCode, _, _ := strings.Cut(resp.Status, " ")
response.go#L247: text := r.Status
transport.go#L1747: _, text, ok := strings.Cut(resp.Status, " ")
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |