cookie
pub struct AttrVal<'a>(pub &'a str, pub &'a str);
impl<'a> Display for AttrVal<'a>
fn fmt(&self, f: &mut Formatter) -> Result