type golang.org/x/net/http2.streamState
6 uses
golang.org/x/net/http2 (current package)
http2.go#L78: type streamState int
http2.go#L93: stateIdle streamState = iota
http2.go#L108: func (st streamState) String() string {
server.go#L588: state streamState
server.go#L605: func (sc *serverConn) state(streamID uint32) (streamState, *stream) {
server.go#L1954: func (sc *serverConn) newStream(id, pusherID uint32, state streamState) *stream {
![]() |
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. |