pub const NGHTTP2_CONTINUATION: nghttp2_frame_type = 9;
Expand description

The CONTINUATION frame. This frame type won’t be passed to any callbacks because the library processes this frame type and its preceding HEADERS/PUSH_PROMISE as a single frame.