net/textproto.Reader.R (field)
15 uses
net/textproto (current package)
reader.go#L27: R *bufio.Reader
reader.go#L38: return &Reader{R: r}
reader.go#L64: l, more, err := r.R.ReadLine()
reader.go#L157: if r.R.Buffered() > 1 {
reader.go#L158: peek, _ := r.R.Peek(2)
reader.go#L193: c, err := r.R.ReadByte()
reader.go#L199: r.R.UnreadByte()
reader.go#L352: br := d.r.R
reader.go#L532: if buf, err := r.R.Peek(1); err == nil && (buf[0] == ' ' || buf[0] == '\t') {
reader.go#L617: r.R.Peek(1) // force a buffer load if empty
reader.go#L618: s := r.R.Buffered()
reader.go#L622: peek, _ := r.R.Peek(s)
textproto.go#L67: Reader: Reader{R: bufio.NewReader(conn)},
net/http
request.go#L1050: tr.R = br
request.go#L1057: r.R = nil
![]() |
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. |