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

Method StreamEnded

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

Source from the content-addressed store, hash-verified

640}
641
642func (f *DataFrame) StreamEnded() bool {
643 return f.FrameHeader.Flags.Has(FlagDataEndStream)
644}
645
646// Data returns the frame's data octets, not including any padding
647// size byte or padding suffix bytes.

Callers

nothing calls this directly

Calls 1

HasMethod · 0.80

Tested by

no test coverage detected