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

Struct RstStream

rststream.go:12–14  ·  view source on GitHub ↗

RstStream https://tools.ietf.org/html/rfc7540#section-6.4

Source from the content-addressed store, hash-verified

10
11// RstStream https://tools.ietf.org/html/rfc7540#section-6.4
12type RstStream struct {
13 code ErrorCode
14}
15
16func (rst *RstStream) Type() FrameType {
17 return FrameResetStream

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected