Function send_headers_frame_literal

Source
pub fn send_headers_frame_literal(
    stream_id: u64,
    fin_stream: bool,
    headers: Vec<Header>,
) -> Action
Expand description

Convenience to convert between header-related data and a Action::SendHeadersFrame. Unlike send_headers_frame, this version encodes the headers literally as they are provided, not converting the header names to lower-case.