HttpHeaders

HttpHeaders
HttpHeaders
JSON Example
{
    "accept": [
        {
            "charset": "string",
            "concrete": false,
            "parameters": {
                "parameters": "string"
            },
            "qualityValue": "number",
            "subtype": "string",
            "subtypeSuffix": "string",
            "type": "string",
            "wildcardSubtype": false,
            "wildcardType": false
        }
    ],
    "acceptCharset": [
        "string"
    ],
    "acceptLanguage": [
        {
            "range": "string",
            "weight": "number"
        }
    ],
    "acceptLanguageAsLocales": [
        "string"
    ],
    "acceptPatch": [
        {
            "charset": "string",
            "concrete": false,
            "parameters": {
                "parameters": "string"
            },
            "qualityValue": "number",
            "subtype": "string",
            "subtypeSuffix": "string",
            "type": "string",
            "wildcardSubtype": false,
            "wildcardType": false
        }
    ],
    "accessControlAllowCredentials": false,
    "accessControlAllowHeaders": [
        "string"
    ],
    "accessControlAllowMethods": [
        {}
    ],
    "accessControlAllowOrigin": "string",
    "accessControlExposeHeaders": [
        "string"
    ],
    "accessControlMaxAge": 0,
    "accessControlRequestHeaders": [
        "string"
    ],
    "accessControlRequestMethod": {},
    "all": {
        "all": "string"
    },
    "allow": [
        {}
    ],
    "basicAuth": "string",
    "bearerAuth": "string",
    "cacheControl": "string",
    "connection": [
        "string"
    ],
    "contentDisposition": {
        "attachment": false,
        "charset": "string",
        "filename": "string",
        "formData": false,
        "inline": false,
        "name": "string",
        "type": "string"
    },
    "contentLanguage": "string",
    "contentLength": 0,
    "contentType": {
        "charset": "string",
        "concrete": false,
        "parameters": {
            "parameters": "string"
        },
        "qualityValue": "number",
        "subtype": "string",
        "subtypeSuffix": "string",
        "type": "string",
        "wildcardSubtype": false,
        "wildcardType": false
    },
    "date": 0,
    "empty": false,
    "etag": "string",
    "expires": 0,
    "host": {
        "address": {
            "address": "string",
            "anyLocalAddress": false,
            "canonicalHostName": "string",
            "hostAddress": "string",
            "hostName": "string",
            "linkLocalAddress": false,
            "loopbackAddress": false,
            "mcglobal": false,
            "mclinkLocal": false,
            "mcnodeLocal": false,
            "mcorgLocal": false,
            "mcsiteLocal": false,
            "multicastAddress": false,
            "siteLocalAddress": false
        },
        "hostName": "string",
        "hostString": "string",
        "port": 0,
        "unresolved": false
    },
    "ifMatch": [
        "string"
    ],
    "ifModifiedSince": 0,
    "ifNoneMatch": [
        "string"
    ],
    "ifUnmodifiedSince": 0,
    "lastModified": 0,
    "location": "string",
    "origin": "string",
    "pragma": "string",
    "range": [
        {}
    ],
    "upgrade": "string",
    "vary": [
        "string"
    ]
}
array of MediaType
accept
Optional

accept

array of string
acceptCharset
Optional

acceptCharset

array of object
acceptLanguage
Optional

acceptLanguage

array of string
acceptLanguageAsLocales
Optional

acceptLanguageAsLocales

array of MediaType
acceptPatch
Optional

acceptPatch

boolean
accessControlAllowCredentials
Optional

accessControlAllowCredentials

array of string
accessControlAllowHeaders
Optional

accessControlAllowHeaders

array of HttpMethod
accessControlAllowMethods
Optional

accessControlAllowMethods

string
accessControlAllowOrigin
Optional

accessControlAllowOrigin

array of string
accessControlExposeHeaders
Optional

accessControlExposeHeaders

integer As int64 As int64
accessControlMaxAge
Optional

accessControlMaxAge

array of string
accessControlRequestHeaders
Optional

accessControlRequestHeaders

accessControlRequestMethod
Optional

accessControlRequestMethod

object
all
Optional

all

array of HttpMethod
allow
Optional

allow

string
basicAuth
Optional

basicAuth

string
bearerAuth
Optional

bearerAuth

string
cacheControl
Optional

cacheControl

array of string
connection
Optional

connection

contentDisposition
Optional

contentDisposition

string
contentLanguage
Optional

contentLanguage

integer As int64 As int64
contentLength
Optional

contentLength

contentType
Optional

contentType

integer As int64 As int64
date
Optional

date

boolean
empty
Optional

empty

string
etag
Optional

etag

integer As int64 As int64
expires
Optional

expires

object
host
Optional

host

array of string
ifMatch
Optional

ifMatch

integer As int64 As int64
ifModifiedSince
Optional

ifModifiedSince

array of string
ifNoneMatch
Optional

ifNoneMatch

integer As int64 As int64
ifUnmodifiedSince
Optional

ifUnmodifiedSince

integer As int64 As int64
lastModified
Optional

lastModified

string As uri As uri
location
Optional

location

string
origin
Optional

origin

string
pragma
Optional

pragma

array of HttpRange
range
Optional

range

string
upgrade
Optional

upgrade

array of string
vary
Optional

vary