Function construct_fastcgi_record

Source
pub fn construct_fastcgi_record(
    record_type: u8,
    request_id: u16,
    content: &[u8],
) -> Vec<u8>