Interface Header

interface Header {
    Accept: HeaderAccept;
    ContentType: HeaderContent;
    Locale: string;
}

Properties

Accept: HeaderAccept

The accept header.

ContentType: HeaderContent

The content type header.

Locale: string

The locale header.