The HTTP status line associated with the response. For more information, consult RFC 2616.

Export

GetOffersHttpStatusLine

interface GetOffersHttpStatusLine {
    reasonPhrase?: string;
    statusCode?: number;
}

Properties

reasonPhrase?: string

The HTTP response Reason-Phase.

Memberof

GetOffersHttpStatusLine

statusCode?: number

The HTTP response Status Code.

Memberof

GetOffersHttpStatusLine