type net/http/httputil.dumpConn
8 uses
net/http/httputil (current package)
dump.go#L41: type dumpConn struct {
dump.go#L46: func (c *dumpConn) Close() error { return nil }
dump.go#L47: func (c *dumpConn) LocalAddr() net.Addr { return nil }
dump.go#L48: func (c *dumpConn) RemoteAddr() net.Addr { return nil }
dump.go#L49: func (c *dumpConn) SetDeadline(t time.Time) error { return nil }
dump.go#L50: func (c *dumpConn) SetReadDeadline(t time.Time) error { return nil }
dump.go#L51: func (c *dumpConn) SetWriteDeadline(t time.Time) error { return nil }
dump.go#L120: return &dumpConn{io.MultiWriter(&buf, pw), dr}, 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. |