net/http.httpError.err (field)
5 uses
net/http (current package)
client.go#L723: err: err.Error() + " (Client.Timeout exceeded while awaiting headers)",
client.go#L949: err: err.Error() + " (Client.Timeout or context cancellation while reading body)",
transport.go#L2495: err string
transport.go#L2499: func (e *httpError) Error() string { return e.err }
transport.go#L2503: var errTimeout error = &httpError{err: "net/http: timeout awaiting response headers", timeout: true}
 |
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. |