Home
last modified time | relevance | path

Searched defs:http2requestBody (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dh2_bundle.go6361 type http2requestBody struct { struct
6362 _ http2incomparable
6363 stream *http2stream
6364 conn *http2serverConn
6365 closeOnce sync.Once // for use by Close only
6366 sawEOF bool // for use by Read only
6367 pipe *http2pipe // non-nil if we have an HTTP entity message body
6368 needsContinue bool // need to send a 100-continue
6371 func (b *http2requestBody) Close() error {
6380 func (b *http2requestBody) Read(p []byte) (n int, err error) {