MCPcopy Create free account
hub / github.com/dgrr/http2 / Stream

Method Stream

frameHeader.go:99–101  ·  view source on GitHub ↗

Stream returns the stream id of the current frame.

()

Source from the content-addressed store, hash-verified

97
98// Stream returns the stream id of the current frame.
99func (f *FrameHeader) Stream() uint32 {
100 return f.stream
101}
102
103// SetStream sets the stream id on the current frame.
104//

Callers 1

readLoopMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected