• 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

    Parameters

    • this: void
    • value: string

      HTTP header value to parse.

    Returns HthvItem<"no-name", "no-tag", "no-params">[]

    An array of space-separated value items without parameters.

Generated using TypeDoc