kinetex - v1.0.0-rc.1
    Preparing search index...

    Variable HeaderNameConst

    HeaderName: {
        ContentType: "content-type";
        ContentLength: "content-length";
        ContentEncoding: "content-encoding";
        ContentLanguage: "content-language";
        ContentLocation: "content-location";
        ContentDisposition: "content-disposition";
        ContentRange: "content-range";
        ContentMD5: "content-md5";
        TransferEncoding: "transfer-encoding";
        TrailingHeader: "trailer";
        CacheControl: "cache-control";
        Pragma: "pragma";
        Expires: "expires";
        Age: "age";
        ETag: "etag";
        LastModified: "last-modified";
        Vary: "vary";
        IfMatch: "if-match";
        IfNoneMatch: "if-none-match";
        IfModifiedSince: "if-modified-since";
        IfUnmodifiedSince: "if-unmodified-since";
        IfRange: "if-range";
        Host: "host";
        Origin: "origin";
        Referer: "referer";
        UserAgent: "user-agent";
        From: "from";
        TE: "te";
        Expect: "expect";
        MaxForwards: "max-forwards";
        Accept: "accept";
        AcceptEncoding: "accept-encoding";
        AcceptLanguage: "accept-language";
        AcceptCharset: "accept-charset";
        AcceptRanges: "accept-ranges";
        AcceptPatch: "accept-patch";
        Authorization: "authorization";
        ProxyAuthorization: "proxy-authorization";
        WWWAuthenticate: "www-authenticate";
        ProxyAuthenticate: "proxy-authenticate";
        AuthenticationInfo: "authentication-info";
        Range: "range";
        Cookie: "cookie";
        SetCookie: "set-cookie";
        Location: "location";
        Via: "via";
        Forwarded: "forwarded";
        XForwardedFor: "x-forwarded-for";
        XForwardedHost: "x-forwarded-host";
        XForwardedProto: "x-forwarded-proto";
        XForwardedPort: "x-forwarded-port";
        XRealIP: "x-real-ip";
        Connection: "connection";
        KeepAlive: "keep-alive";
        Upgrade: "upgrade";
        AccessControlAllowOrigin: "access-control-allow-origin";
        AccessControlAllowMethods: "access-control-allow-methods";
        AccessControlAllowHeaders: "access-control-allow-headers";
        AccessControlExposeHeaders: "access-control-expose-headers";
        AccessControlMaxAge: "access-control-max-age";
        AccessControlAllowCredentials: "access-control-allow-credentials";
        AccessControlRequestMethod: "access-control-request-method";
        AccessControlRequestHeaders: "access-control-request-headers";
        Date: "date";
        RetryAfter: "retry-after";
        Allow: "allow";
        Server: "server";
        ServerTiming: "server-timing";
        TimingAllowOrigin: "timing-allow-origin";
        SecWebSocketKey: "sec-websocket-key";
        SecWebSocketAccept: "sec-websocket-accept";
        SecWebSocketProtocol: "sec-websocket-protocol";
        SecWebSocketVersion: "sec-websocket-version";
        SecWebSocketExtensions: "sec-websocket-extensions";
        SecFetchSite: "sec-fetch-site";
        SecFetchMode: "sec-fetch-mode";
        SecFetchUser: "sec-fetch-user";
        SecFetchDest: "sec-fetch-dest";
        StrictTransportSecurity: "strict-transport-security";
        ContentSecurityPolicy: "content-security-policy";
        ContentSecurityPolicyRO: "content-security-policy-report-only";
        XContentTypeOptions: "x-content-type-options";
        XFrameOptions: "x-frame-options";
        XXSSProtection: "x-xss-protection";
        ReferrerPolicy: "referrer-policy";
        PermissionsPolicy: "permissions-policy";
        CrossOriginOpenerPolicy: "cross-origin-opener-policy";
        CrossOriginEmbedderPolicy: "cross-origin-embedder-policy";
        CrossOriginResourcePolicy: "cross-origin-resource-policy";
        NEL: "nel";
        ReportTo: "report-to";
        ReportingEndpoints: "reporting-endpoints";
        Link: "link";
        AltSvc: "alt-svc";
        AltUsed: "alt-used";
        Priority: "priority";
        EarlyData: "early-data";
        PushPolicy: "push-policy";
        AcceptPushPolicy: "accept-push-policy";
        XRequestID: "x-request-id";
        XCorrelationID: "x-correlation-id";
        XRateLimitLimit: "x-ratelimit-limit";
        XRateLimitRemaining: "x-ratelimit-remaining";
        XRateLimitReset: "x-ratelimit-reset";
        XPoweredBy: "x-powered-by";
        XRequestedWith: "x-requested-with";
    } = ...

    Every standard + widely-used header name, lowercased.

    Type Declaration

    • ReadonlyContentType: "content-type"

      HTTP header name for Content-Type

    • ReadonlyContentLength: "content-length"

      HTTP header name for Content-Length

    • ReadonlyContentEncoding: "content-encoding"

      HTTP header name for Content-Encoding

    • ReadonlyContentLanguage: "content-language"

      HTTP header name for Content-Language

    • ReadonlyContentLocation: "content-location"

      HTTP header name for Content-Location

    • ReadonlyContentDisposition: "content-disposition"

      HTTP header name for Content-Disposition

    • ReadonlyContentRange: "content-range"

      HTTP header name for Content-Range

    • ReadonlyContentMD5: "content-md5"

      HTTP header name for Content-MD5

    • ReadonlyTransferEncoding: "transfer-encoding"

      HTTP header name for Transfer-Encoding

    • ReadonlyTrailingHeader: "trailer"

      HTTP header name for Trailer

    • ReadonlyCacheControl: "cache-control"

      HTTP header name for Cache-Control

    • ReadonlyPragma: "pragma"

      HTTP header name for Pragma

    • ReadonlyExpires: "expires"

      HTTP header name for Expires

    • ReadonlyAge: "age"

      HTTP header name for Age

    • ReadonlyETag: "etag"

      HTTP header name for ETag

    • ReadonlyLastModified: "last-modified"

      HTTP header name for Last-Modified

    • ReadonlyVary: "vary"

      HTTP header name for Vary

    • ReadonlyIfMatch: "if-match"

      HTTP header name for If-Match

    • ReadonlyIfNoneMatch: "if-none-match"

      HTTP header name for If-None-Match

    • ReadonlyIfModifiedSince: "if-modified-since"

      HTTP header name for If-Modified-Since

    • ReadonlyIfUnmodifiedSince: "if-unmodified-since"

      HTTP header name for If-Unmodified-Since

    • ReadonlyIfRange: "if-range"

      HTTP header name for If-Range

    • ReadonlyHost: "host"

      HTTP header name for Host

    • ReadonlyOrigin: "origin"

      HTTP header name for Origin

    • ReadonlyReferer: "referer"

      HTTP header name for Referer

    • ReadonlyUserAgent: "user-agent"

      HTTP header name for User-Agent

    • ReadonlyFrom: "from"

      HTTP header name for From

    • ReadonlyTE: "te"

      HTTP header name for TE

    • ReadonlyExpect: "expect"

      HTTP header name for Expect

    • ReadonlyMaxForwards: "max-forwards"

      HTTP header name for Max-Forwards

    • ReadonlyAccept: "accept"

      HTTP header name for Accept

    • ReadonlyAcceptEncoding: "accept-encoding"

      HTTP header name for Accept-Encoding

    • ReadonlyAcceptLanguage: "accept-language"

      HTTP header name for Accept-Language

    • ReadonlyAcceptCharset: "accept-charset"

      HTTP header name for Accept-Charset

    • ReadonlyAcceptRanges: "accept-ranges"

      HTTP header name for Accept-Ranges

    • ReadonlyAcceptPatch: "accept-patch"

      HTTP header name for Accept-Patch

    • ReadonlyAuthorization: "authorization"

      HTTP header name for Authorization

    • ReadonlyProxyAuthorization: "proxy-authorization"

      HTTP header name for Proxy-Authorization

    • ReadonlyWWWAuthenticate: "www-authenticate"

      HTTP header name for WWW-Authenticate

    • ReadonlyProxyAuthenticate: "proxy-authenticate"

      HTTP header name for Proxy-Authenticate

    • ReadonlyAuthenticationInfo: "authentication-info"

      HTTP header name for Authentication-Info

    • ReadonlyRange: "range"

      HTTP header name for Range

    • HTTP header name for Cookie

    • ReadonlySetCookie: "set-cookie"

      HTTP header name for Set-Cookie

    • ReadonlyLocation: "location"

      HTTP header name for Location

    • ReadonlyVia: "via"

      HTTP header name for Via

    • ReadonlyForwarded: "forwarded"

      HTTP header name for Forwarded

    • ReadonlyXForwardedFor: "x-forwarded-for"

      HTTP header name for X-Forwarded-For

    • ReadonlyXForwardedHost: "x-forwarded-host"

      HTTP header name for X-Forwarded-Host

    • ReadonlyXForwardedProto: "x-forwarded-proto"

      HTTP header name for X-Forwarded-Proto

    • ReadonlyXForwardedPort: "x-forwarded-port"

      HTTP header name for X-Forwarded-Port

    • ReadonlyXRealIP: "x-real-ip"

      HTTP header name for X-Real-IP

    • ReadonlyConnection: "connection"

      HTTP header name for Connection

    • ReadonlyKeepAlive: "keep-alive"

      HTTP header name for Keep-Alive

    • ReadonlyUpgrade: "upgrade"

      HTTP header name for Upgrade

    • ReadonlyAccessControlAllowOrigin: "access-control-allow-origin"

      HTTP header name for Access-Control-Allow-Origin

    • ReadonlyAccessControlAllowMethods: "access-control-allow-methods"

      HTTP header name for Access-Control-Allow-Methods

    • ReadonlyAccessControlAllowHeaders: "access-control-allow-headers"

      HTTP header name for Access-Control-Allow-Headers

    • ReadonlyAccessControlExposeHeaders: "access-control-expose-headers"

      HTTP header name for Access-Control-Expose-Headers

    • ReadonlyAccessControlMaxAge: "access-control-max-age"

      HTTP header name for Access-Control-Max-Age

    • ReadonlyAccessControlAllowCredentials: "access-control-allow-credentials"

      HTTP header name for Access-Control-Allow-Credentials

    • ReadonlyAccessControlRequestMethod: "access-control-request-method"

      HTTP header name for Access-Control-Request-Method

    • ReadonlyAccessControlRequestHeaders: "access-control-request-headers"

      HTTP header name for Access-Control-Request-Headers

    • ReadonlyDate: "date"

      HTTP header name for Date

    • ReadonlyRetryAfter: "retry-after"

      HTTP header name for Retry-After

    • ReadonlyAllow: "allow"

      HTTP header name for Allow

    • ReadonlyServer: "server"

      HTTP header name for Server

    • ReadonlyServerTiming: "server-timing"

      HTTP header name for Server-Timing

    • ReadonlyTimingAllowOrigin: "timing-allow-origin"

      HTTP header name for Timing-Allow-Origin

    • ReadonlySecWebSocketKey: "sec-websocket-key"

      HTTP header name for Sec-WebSocket-Key

    • ReadonlySecWebSocketAccept: "sec-websocket-accept"

      HTTP header name for Sec-WebSocket-Accept

    • ReadonlySecWebSocketProtocol: "sec-websocket-protocol"

      HTTP header name for Sec-WebSocket-Protocol

    • ReadonlySecWebSocketVersion: "sec-websocket-version"

      HTTP header name for Sec-WebSocket-Version

    • ReadonlySecWebSocketExtensions: "sec-websocket-extensions"

      HTTP header name for Sec-WebSocket-Extensions

    • ReadonlySecFetchSite: "sec-fetch-site"

      HTTP header name for Sec-Fetch-Site

    • ReadonlySecFetchMode: "sec-fetch-mode"

      HTTP header name for Sec-Fetch-Mode

    • ReadonlySecFetchUser: "sec-fetch-user"

      HTTP header name for Sec-Fetch-User

    • ReadonlySecFetchDest: "sec-fetch-dest"

      HTTP header name for Sec-Fetch-Dest

    • ReadonlyStrictTransportSecurity: "strict-transport-security"

      HTTP header name for Strict-Transport-Security

    • ReadonlyContentSecurityPolicy: "content-security-policy"

      HTTP header name for Content-Security-Policy

    • ReadonlyContentSecurityPolicyRO: "content-security-policy-report-only"

      HTTP header name for Content-Security-Policy-Report-Only

    • ReadonlyXContentTypeOptions: "x-content-type-options"

      HTTP header name for X-Content-Type-Options

    • ReadonlyXFrameOptions: "x-frame-options"

      HTTP header name for X-Frame-Options

    • ReadonlyXXSSProtection: "x-xss-protection"

      HTTP header name for X-XSS-Protection

    • ReadonlyReferrerPolicy: "referrer-policy"

      HTTP header name for Referrer-Policy

    • ReadonlyPermissionsPolicy: "permissions-policy"

      HTTP header name for Permissions-Policy

    • ReadonlyCrossOriginOpenerPolicy: "cross-origin-opener-policy"

      HTTP header name for Cross-Origin-Opener-Policy

    • ReadonlyCrossOriginEmbedderPolicy: "cross-origin-embedder-policy"

      HTTP header name for Cross-Origin-Embedder-Policy

    • ReadonlyCrossOriginResourcePolicy: "cross-origin-resource-policy"

      HTTP header name for Cross-Origin-Resource-Policy

    • ReadonlyNEL: "nel"

      HTTP header name for NEL

    • ReadonlyReportTo: "report-to"

      HTTP header name for Report-To

    • ReadonlyReportingEndpoints: "reporting-endpoints"

      HTTP header name for Reporting-Endpoints

    • HTTP header name for Link

    • ReadonlyAltSvc: "alt-svc"

      HTTP header name for Alt-Svc

    • ReadonlyAltUsed: "alt-used"

      HTTP header name for Alt-Used

    • ReadonlyPriority: "priority"

      HTTP header name for Priority

    • ReadonlyEarlyData: "early-data"

      HTTP header name for Early-Data

    • ReadonlyPushPolicy: "push-policy"

      HTTP header name for Push-Policy

    • ReadonlyAcceptPushPolicy: "accept-push-policy"

      HTTP header name for Accept-Push-Policy

    • ReadonlyXRequestID: "x-request-id"

      HTTP header name for X-Request-ID

    • ReadonlyXCorrelationID: "x-correlation-id"

      HTTP header name for X-Correlation-ID

    • ReadonlyXRateLimitLimit: "x-ratelimit-limit"

      HTTP header name for X-RateLimit-Limit

    • ReadonlyXRateLimitRemaining: "x-ratelimit-remaining"

      HTTP header name for X-RateLimit-Remaining

    • ReadonlyXRateLimitReset: "x-ratelimit-reset"

      HTTP header name for X-RateLimit-Reset

    • ReadonlyXPoweredBy: "x-powered-by"

      HTTP header name for X-Powered-By

    • ReadonlyXRequestedWith: "x-requested-with"

      HTTP header name for X-Requested-With