Function headerParams

  • Extract HTTP header field parameters until the first comma.

    Parameters

    • value: string

    Returns {
        params: Record<string, string>;
        remainder: string;
    }

    • params: Record<string, string>
    • remainder: string

Generated using TypeDoc