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

Method Header

internal/http2/frame.go:260–260  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

258// Frames are only valid until the next call to Framer.ReadFrame.
259type Frame interface {
260 Header() FrameHeader
261
262 // invalidate is called by Framer.ReadFrame to make this
263 // frame's buffers as being invalid, since the subsequent

Callers 8

handleHTTPFunction · 0.65
handlePostFunction · 0.65
handleSearchFunction · 0.65
handleGetFunction · 0.65
_readResponseMethod · 0.65
readTrailerMethod · 0.65
checkFrameOrderMethod · 0.65
summarizeFrameFunction · 0.65

Implementers 1

FrameHeaderinternal/http2/frame.go

Calls

no outgoing calls

Tested by 4

handleHTTPFunction · 0.52
handlePostFunction · 0.52
handleSearchFunction · 0.52
handleGetFunction · 0.52