Current section

Files

Jump to
mist include mist@internal@http2@frame_HeaderPriority.hrl
Raw

include/mist@internal@http2@frame_HeaderPriority.hrl

-record(header_priority, {
exclusive :: boolean(),
stream_dependency :: mist@internal@http2@frame:stream_identifier(mist@internal@http2@frame:frame()),
weight :: integer()
}).