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

Function typeFrameParser

internal/http2/frame.go:144–149  ·  view source on GitHub ↗
(t FrameType)

Source from the content-addressed store, hash-verified

142}
143
144func typeFrameParser(t FrameType) frameParser {
145 if f := frameParsers[t]; f != nil {
146 return f
147 }
148 return parseUnknownFrame
149}
150
151// A FrameHeader is the 9 byte header of all HTTP/2 frames.
152//

Callers 1

ReadFrameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…