libhttp2 v1.0.1 (2023-02-25T01:30:41Z)
Dub
Repo
FrameType
libhttp2
types
The frame types in HTTP/2 specification.
Values
Value
Meaning
DATA
0
HEADERS
0x01
PRIORITY
0x02
RST_STREAM
0x03
SETTINGS
0x04
PUSH_PROMISE
0x05
PING
0x06
GOAWAY
0x07
WINDOW_UPDATE
0x08
CONTINUATION
0x09
Meta
Source
See Implementation
libhttp2
types
aliases
DataProvider
Mem
SettingsID
enums
DataFlags
ErrorCode
FrameError
FrameFlags
FrameType
HTTPFlags
HeaderFlag
HeadersCategory
ShutdownFlag
StreamDPRI
StreamFlags
StreamState
Token
functions
LOGF
logDebug
toString
structs
HeaderField
Setting
The frame types in HTTP/2 specification.