Function http_link::parse_link_header[][src]

pub fn parse_link_header(
    s: &str,
    base: &Url
) -> Result<Vec<Link>, ParseLinkError>
Expand description

Parse a Link header with given base URL.