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

Struct Settings

settings.go:31–40  ·  view source on GitHub ↗

Settings is the options to establish between endpoints when starting the connection. These options have been humanized.

Source from the content-addressed store, hash-verified

29//
30// These options have been humanized.
31type Settings struct {
32 ack bool
33 rawSettings []byte
34 tableSize uint32
35 enablePush bool
36 maxStreams uint32
37 windowSize uint32
38 frameSize uint32
39 headerSize uint32
40}
41
42func (st *Settings) Type() FrameType {
43 return FrameSettings

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected