[][src]Type Definition nano_get::Header

type Header<'a> = (&'a str, &'a str);

Coveneince wrapper for a tuple of (key: &str, value: &str) that is to be sent as a HTTP header.