interface IIHeaderDictionary {
    accept?: any[];
    acceptCharset?: any[];
    acceptEncoding?: any[];
    acceptLanguage?: any[];
    acceptRanges?: any[];
    accessControlAllowCredentials?: any[];
    accessControlAllowHeaders?: any[];
    accessControlAllowMethods?: any[];
    accessControlAllowOrigin?: any[];
    accessControlExposeHeaders?: any[];
    accessControlMaxAge?: any[];
    accessControlRequestHeaders?: any[];
    accessControlRequestMethod?: any[];
    age?: any[];
    allow?: any[];
    altSvc?: any[];
    authorization?: any[];
    baggage?: any[];
    cacheControl?: any[];
    connection?: any[];
    contentDisposition?: any[];
    contentEncoding?: any[];
    contentLanguage?: any[];
    contentLength?: number;
    contentLocation?: any[];
    contentMD5?: any[];
    contentRange?: any[];
    contentSecurityPolicy?: any[];
    contentSecurityPolicyReportOnly?: any[];
    contentType?: any[];
    cookie?: any[];
    correlationContext?: any[];
    date?: any[];
    eTag?: any[];
    expect?: any[];
    expires?: any[];
    from?: any[];
    grpcAcceptEncoding?: any[];
    grpcEncoding?: any[];
    grpcMessage?: any[];
    grpcStatus?: any[];
    grpcTimeout?: any[];
    host?: any[];
    ifMatch?: any[];
    ifModifiedSince?: any[];
    ifNoneMatch?: any[];
    ifRange?: any[];
    ifUnmodifiedSince?: any[];
    item?: any[];
    keepAlive?: any[];
    lastModified?: any[];
    link?: any[];
    location?: any[];
    maxForwards?: any[];
    origin?: any[];
    pragma?: any[];
    proxyAuthenticate?: any[];
    proxyAuthorization?: any[];
    proxyConnection?: any[];
    range?: any[];
    referer?: any[];
    requestId?: any[];
    retryAfter?: any[];
    secWebSocketAccept?: any[];
    secWebSocketExtensions?: any[];
    secWebSocketKey?: any[];
    secWebSocketProtocol?: any[];
    secWebSocketVersion?: any[];
    server?: any[];
    setCookie?: any[];
    strictTransportSecurity?: any[];
    tE?: any[];
    traceParent?: any[];
    traceState?: any[];
    trailer?: any[];
    transferEncoding?: any[];
    translate?: any[];
    upgrade?: any[];
    upgradeInsecureRequests?: any[];
    userAgent?: any[];
    vary?: any[];
    via?: any[];
    warning?: any[];
    webSocketSubProtocols?: any[];
    wWWAuthenticate?: any[];
    xContentTypeOptions?: any[];
    xFrameOptions?: any[];
    xPoweredBy?: any[];
    xRequestedWith?: any[];
    xUACompatible?: any[];
    xXSSProtection?: any[];
}

Implemented by

Properties

accept?: any[]
acceptCharset?: any[]
acceptEncoding?: any[]
acceptLanguage?: any[]
acceptRanges?: any[]
accessControlAllowCredentials?: any[]
accessControlAllowHeaders?: any[]
accessControlAllowMethods?: any[]
accessControlAllowOrigin?: any[]
accessControlExposeHeaders?: any[]
accessControlMaxAge?: any[]
accessControlRequestHeaders?: any[]
accessControlRequestMethod?: any[]
age?: any[]
allow?: any[]
altSvc?: any[]
authorization?: any[]
baggage?: any[]
cacheControl?: any[]
connection?: any[]
contentDisposition?: any[]
contentEncoding?: any[]
contentLanguage?: any[]
contentLength?: number
contentLocation?: any[]
contentMD5?: any[]
contentRange?: any[]
contentSecurityPolicy?: any[]
contentSecurityPolicyReportOnly?: any[]
contentType?: any[]
cookie?: any[]
correlationContext?: any[]
date?: any[]
eTag?: any[]
expect?: any[]
expires?: any[]
from?: any[]
grpcAcceptEncoding?: any[]
grpcEncoding?: any[]
grpcMessage?: any[]
grpcStatus?: any[]
grpcTimeout?: any[]
host?: any[]
ifMatch?: any[]
ifModifiedSince?: any[]
ifNoneMatch?: any[]
ifRange?: any[]
ifUnmodifiedSince?: any[]
item?: any[]
keepAlive?: any[]
lastModified?: any[]
link?: any[]
location?: any[]
maxForwards?: any[]
origin?: any[]
pragma?: any[]
proxyAuthenticate?: any[]
proxyAuthorization?: any[]
proxyConnection?: any[]
range?: any[]
referer?: any[]
requestId?: any[]
retryAfter?: any[]
secWebSocketAccept?: any[]
secWebSocketExtensions?: any[]
secWebSocketKey?: any[]
secWebSocketProtocol?: any[]
secWebSocketVersion?: any[]
server?: any[]
setCookie?: any[]
strictTransportSecurity?: any[]
tE?: any[]
traceParent?: any[]
traceState?: any[]
trailer?: any[]
transferEncoding?: any[]
translate?: any[]
upgrade?: any[]
upgradeInsecureRequests?: any[]
userAgent?: any[]
vary?: any[]
via?: any[]
warning?: any[]
webSocketSubProtocols?: any[]
wWWAuthenticate?: any[]
xContentTypeOptions?: any[]
xFrameOptions?: any[]
xPoweredBy?: any[]
xRequestedWith?: any[]
xUACompatible?: any[]
xXSSProtection?: any[]