type net/http.http2bodyWriterState

5 uses

	net/http (current package)
		h2_bundle.go#L9094: type http2bodyWriterState struct {
		h2_bundle.go#L9103: func (t *http2Transport) getBodyWriterState(cs *http2clientStream, body io.Reader) (s http2bodyWriterState) {
		h2_bundle.go#L9137: func (s http2bodyWriterState) cancel() {
		h2_bundle.go#L9145: func (s http2bodyWriterState) on100() {
		h2_bundle.go#L9158: func (s http2bodyWriterState) scheduleBodyWrite() {