net/http/httputil.ClientConn.pipereq (field)
5 uses
net/http/httputil (current package)
persist.go#L237: pipereq map[*http.Request]uint
persist.go#L255: pipereq: make(map[*http.Request]uint),
persist.go#L313: cc.pipereq[req] = id
persist.go#L366: id, ok := cc.pipereq[req]
persist.go#L367: delete(cc.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. |