TypeScript API Documentation for LIBSOUP
API Version: 3.0
Library Version: 3.6.6
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Parses a header which is a semicolon-delimited list of something like: token [ "=" ( token | quoted-string ) ].
token [ "=" ( token | quoted-string ) ]
Tokens that don't have an associated value will still be added to the resulting hash table, but with a null value.
null
This also handles RFC5987 encoding (which in HTTP is mostly used for giving UTF8-encoded filenames in the Content-Disposition header).
a header value
a GLib.HashTable of list elements, which can be freed with header_free_param_list.
Parses a header which is a semicolon-delimited list of something like:
token [ "=" ( token | quoted-string ) ].Tokens that don't have an associated value will still be added to the resulting hash table, but with a
nullvalue.This also handles RFC5987 encoding (which in HTTP is mostly used for giving UTF8-encoded filenames in the Content-Disposition header).