Struct warc_parser::Record [] [src]

pub struct Record {
    pub headers: HashMap<String, String>,
    pub content: Vec<u8>,
}

The WArc Record struct

Fields

headers

WArc headers

content

Content for call in a raw format

Trait Implementations

impl<'a> Debug for Record

fn fmt(&self, form: &mut Formatter) -> Result