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

Struct WindowUpdate

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

WindowUpdate https://tools.ietf.org/html/rfc7540#section-6.9

Source from the content-addressed store, hash-verified

10
11// WindowUpdate https://tools.ietf.org/html/rfc7540#section-6.9
12type WindowUpdate struct {
13 increment int
14}
15
16func (wu *WindowUpdate) Type() FrameType {
17 return FrameWindowUpdate

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected