Parses HTTP header value containing URI(s) without parameters.
,, ;, '(', ')', and = symbols can be part of URI. This function returns multiple items only if URIs are space-separated.
,
;
=
This is particularly useful when parsing headers such as:
Content-Location
Location
Referef
HTTP header value to parse.
An array of space-separated value items without parameters.
Generated using TypeDoc
Parses HTTP header value containing URI(s) without parameters.
,
,;
, '(', ')', and=
symbols can be part of URI. This function returns multiple items only if URIs are space-separated.This is particularly useful when parsing headers such as:
Content-Location
Location
Referef