type golang.org/x/net/http2.requestBody
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#L2111: body := &requestBody{
server.go#L2299: type requestBody struct {
server.go#L2309: func (b *requestBody) Close() error {
server.go#L2317: func (b *requestBody) Read(p []byte) (n int, err error) {
server.go#L2357: body *requestBody // to close at end of request, if DATA frames didn't
![]() |
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. |