Searched defs:http2requestBody (Results 1 – 1 of 1) sorted by relevance
6361 type http2requestBody struct { struct6362 _ http2incomparable6363 stream *http2stream6364 conn *http2serverConn6365 closeOnce sync.Once // for use by Close only6366 sawEOF bool // for use by Read only6367 pipe *http2pipe // non-nil if we have an HTTP entity message body6368 needsContinue bool // need to send a 100-continue6371 func (b *http2requestBody) Close() error {6380 func (b *http2requestBody) Read(p []byte) (n int, err error) {