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