golang.org/x/net/http2.requestBody.pipe (field)
7 uses
golang.org/x/net/http2 (current package)
server.go#L1876: st.body = req.Body.(*requestBody).pipe // may be nil
server.go#L2048: req.Body.(*requestBody).pipe = &pipe{
server.go#L2305: pipe *pipe // non-nil if we have a HTTP entity message body
server.go#L2310: if b.pipe != nil && !b.closed {
server.go#L2311: b.pipe.BreakWithError(errClosedBody)
server.go#L2322: if b.pipe == nil || b.sawEOF {
server.go#L2325: n, err = b.pipe.Read(p)
![]() |
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. |