header_parse_list


Description:


public SList<string> header_parse_list (string header)

Parses a header whose content is described by RFC2616 as "#something", where "something" does not itself contain commas, except as part of quoted-strings.

Parameters:

header

a header value

Returns:

a SList of list elements, as allocated strings


Namespace: Soup
Package: libsoup-2.4