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

Method Type

frameHeader.go:86–88  ·  view source on GitHub ↗

Type returns the frame type (https://httpwg.org/specs/rfc7540.html#Frame_types)

()

Source from the content-addressed store, hash-verified

84
85// Type returns the frame type (https://httpwg.org/specs/rfc7540.html#Frame_types)
86func (f *FrameHeader) Type() FrameType {
87 return f.kind
88}
89
90func (f *FrameHeader) Flags() FrameFlags {
91 return f.flags

Callers 2

readLoopMethod · 0.95
doHandshakeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected