Type Parameters

  • T

Hierarchy (view full)

Constructors

Properties

data: T
headers: {
    [key: string]: string;
}
httpStatusCode: number

Methods

  • Parse header value in the form value; param1="value1"

    E.g. for Content-Type or Content-Disposition Parameter names are converted to lower case The first parameter is returned with the key ""

    Parameters

    • headerName: string

    Returns {
        [parameter: string]: string;
    }

    • [parameter: string]: string