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

TypeAlias SettingID

http2/setting.go:9–9  ·  view source on GitHub ↗

A SettingID is an HTTP/2 setting as defined in https://httpwg.org/specs/rfc7540.html#iana-settings

Source from the content-addressed store, hash-verified

7// A SettingID is an HTTP/2 setting as defined in
8// https://httpwg.org/specs/rfc7540.html#iana-settings
9type SettingID uint16
10
11const (
12 SettingHeaderTableSize SettingID = 0x1

Callers 2

SettingMethod · 0.92
TestSettingIDStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected