type net/http/httputil.ServerConn
8 uses
net/http/httputil (current package)
persist.go#L37: type ServerConn struct {
persist.go#L54: func NewServerConn(c net.Conn, r *bufio.Reader) *ServerConn {
persist.go#L58: return &ServerConn{c: c, r: r, pipereq: make(map[*http.Request]uint)}
persist.go#L65: func (sc *ServerConn) Hijack() (net.Conn, *bufio.Reader) {
persist.go#L76: func (sc *ServerConn) Close() error {
persist.go#L88: func (sc *ServerConn) Read() (*http.Request, error) {
persist.go#L166: func (sc *ServerConn) Pending() int {
persist.go#L175: func (sc *ServerConn) Write(req *http.Request, resp *http.Response) 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. |