[][src]Constant libnghttp2_sys::NGHTTP2_CONTINUATION

pub const NGHTTP2_CONTINUATION: nghttp2_frame_type = 9;

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.