net/http/httputil.ServerConn.pipereq (field)
5 uses
net/http/httputil (current package)
persist.go#L44: pipereq map[*http.Request]uint
persist.go#L58: return &ServerConn{c: c, r: r, pipereq: make(map[*http.Request]uint)}
persist.go#L103: sc.pipereq[req] = id
persist.go#L179: id, ok := sc.pipereq[req]
persist.go#L180: delete(sc.pipereq, req)
![]() |
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. |