Function soup::header_parse_list

source ·
pub fn header_parse_list(header: &str) -> Vec<GString>
Expand description

Parses a header whose content is described by RFC2616 as #something.

“something” does not itself contain commas, except as part of quoted-strings.

a header value

§Returns

a #GSList of list elements, as allocated strings