MCPcopy Create free account
hub / github.com/imroc/req / FrameType

TypeAlias FrameType

internal/http2/frame.go:31–31  ·  view source on GitHub ↗

zeros for padding A FrameType is a registered frame type as defined in https://httpwg.org/specs/rfc7540.html#rfc.section.11.2

Source from the content-addressed store, hash-verified

29// A FrameType is a registered frame type as defined in
30// https://httpwg.org/specs/rfc7540.html#rfc.section.11.2
31type FrameType uint8
32
33const (
34 FrameData FrameType = 0x0

Callers 2

TestFrameTypeStringFunction · 0.70
readFrameHeaderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected