type golang.org/x/net/http2.clientStream
22 uses
golang.org/x/net/http2 (current package)
transport.go#L252: streams map[uint32]*clientStream // client-initiated
transport.go#L277: type clientStream struct {
transport.go#L332: func (cs *clientStream) get1xxTraceFunc() func(int, textproto.MIMEHeader) error {
transport.go#L343: func (cs *clientStream) awaitRequestCancel(req *http.Request) {
transport.go#L350: func (cs *clientStream) cancelStream() {
transport.go#L365: func (cs *clientStream) checkResetOrDone() error {
transport.go#L376: func (cs *clientStream) getStartedWrite() bool {
transport.go#L383: func (cs *clientStream) abortRequestBodyWrite(err error) {
transport.go#L650: streams: make(map[uint32]*clientStream),
transport.go#L1308: func (cs *clientStream) writeRequestBody(body io.Reader, bodyCloser io.Closer) (err error) {
transport.go#L1439: func (cs *clientStream) awaitFlowControl(maxBytes int) (taken int32, err error) {
transport.go#L1690: func (cc *ClientConn) newStream() *clientStream {
transport.go#L1691: cs := &clientStream{
transport.go#L1711: func (cc *ClientConn) streamByID(id uint32, andRemove bool) *clientStream {
transport.go#L1957: func (rl *clientConnReadLoop) handleResponse(cs *clientStream, f *MetaHeadersFrame) (*http.Response, error) {
transport.go#L2066: func (rl *clientConnReadLoop) processTrailers(cs *clientStream, f *MetaHeadersFrame) error {
transport.go#L2098: cs *clientStream
transport.go#L2290: func (rl *clientConnReadLoop) endStream(cs *clientStream) {
transport.go#L2296: func (rl *clientConnReadLoop) endStreamError(cs *clientStream, err error) {
transport.go#L2313: func (cs *clientStream) copyTrailers() {
transport.go#L2591: cs *clientStream
transport.go#L2599: func (t *Transport) getBodyWriterState(cs *clientStream, body io.Reader) (s bodyWriterState) {
 |
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. |