Type Definition parse_link_header::RelLinkMap[][src]

pub type RelLinkMap = HashMap<String, Link>;
Expand description

Type alias for the parsed data returned as a HashMap where the rel parameter is required to be present.

This is different from the LinkMap which has a key of Option<Rel>