net/http.readWriteCloserBody.br (field)
7 uses
net/http (current package)
transport.go#L2344: body.br = br
transport.go#L2356: br *bufio.Reader // used until empty
transport.go#L2361: if b.br != nil {
transport.go#L2362: if n := b.br.Buffered(); len(p) > n {
transport.go#L2365: n, err = b.br.Read(p)
transport.go#L2366: if b.br.Buffered() == 0 {
transport.go#L2367: b.br = nil
![]() |
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. |