• Parses semicolon-separated HTTP header value items.

    Treats ';' just like ','.

    This is particularly useful when parsing a Cookies header.

    The parsed items won't have any parameters.

    Parameters

    • this: void
    • value: string

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

Generated using TypeDoc