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