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

Method Type

frame.go:55–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53
54type Frame interface {
55 Type() FrameType
56 Reset()
57
58 Serialize(*FrameHeader)

Callers 14

testIssue52Function · 0.65
TestIssue27Function · 0.65
TestIdleConnectionFunction · 0.65
checkFrameWithStreamMethod · 0.65
handleStreamsMethod · 0.65
handleStateFunction · 0.65
handleFrameMethod · 0.65
verifyStateMethod · 0.65
readNextMethod · 0.65
readStreamMethod · 0.65
SetBodyMethod · 0.65
ReleaseFrameFunction · 0.65

Implementers 10

GoAwaygoaway.go
WindowUpdatewindowUpdate.go
PushPromisepushpromise.go
Pingping.go
RstStreamrststream.go
Headersheaders.go
Prioritypriority.go
Continuationcontinuation.go
Settingssettings.go
Datadata.go

Calls

no outgoing calls

Tested by 4

testIssue52Function · 0.52
TestIssue27Function · 0.52
TestIdleConnectionFunction · 0.52
TestFrameReadFunction · 0.52