libhttp2 v1.0.1 (2023-02-25T01:30:41Z)
Dub
Repo
ActiveOutboundItem
libhttp2
session
Undocumented in source.
struct
ActiveOutboundItem {
OutboundItem
item
;
Buffers
framebufs
;
OutboundState
state
;
void
reset
();
}
Members
Functions
reset
void
reset
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
framebufs
Buffers
framebufs
;
Undocumented in source.
item
OutboundItem
item
;
Undocumented in source.
state
OutboundState
state
;
Undocumented in source.
Meta
Source
See Implementation
libhttp2
session
classes
Session
enums
CLIENT
GoAwayFlags
InboundState
OptionFlags
OptionsMask
OutboundState
functions
isFatal
packSettingsPayload
selectNextProtocol
submitData
submitGoAway
submitHeaders
submitPing
submitPriority
submitPushPromise
submitRequest
submitResponse
submitRstStream
submitSettings
submitShutdownNotice
submitWindowUpdate
structs
ActiveOutboundItem
InboundFrame
Options
SettingsStorage