type bufio.ReadWriter
7 uses
bufio (current package)
bufio.go#L774: type ReadWriter struct {
bufio.go#L780: func NewReadWriter(r *Reader, w *Writer) *ReadWriter {
bufio.go#L781: return &ReadWriter{r, w}
github.com/prometheus/client_golang/prometheus/promhttp
delegator.go#L94: func (d hijackerDelegator) Hijack() (net.Conn, *bufio.ReadWriter, error) {
net/http
server.go#L200: Hijack() (net.Conn, *bufio.ReadWriter, error)
server.go#L311: func (c *conn) hijackLocked() (rwc net.Conn, buf *bufio.ReadWriter, err error) {
server.go#L2005: func (w *response) Hijack() (rwc net.Conn, buf *bufio.ReadWriter, err error) {
 |
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. |