net/http.Request.outgoingLength (method)
4 uses
net/http (current package)
client.go#L527: if ireq.GetBody == nil && ireq.outgoingLength() != 0 {
request.go#L1426: func (r *Request) outgoingLength() int64 {
transfer.go#L92: t.ContentLength = rr.outgoingLength()
transport.go#L706: return req.outgoingLength() == 0 || req.GetBody != nil
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)