Unit 'httpprotocol' Package
[Overview][Constants][Types][Procedures and functions][Index] [#fcl]

HTTPHeaderNames

Array mapping header types to their string names.

Declaration

Source position: httpprotocol.pp line 137

const HTTPHeaderNames: THeadersArray = ('', HeaderAccept, HeaderAcceptCharset, HeaderAcceptEncoding, HeaderAcceptLanguage, HeaderAcceptRanges, HeaderAge, HeaderAllow, HeaderAuthorization, HeaderCacheControl, HeaderConnection, HeaderContentEncoding, HeaderContentLanguage, HeaderContentLength, HeaderContentLocation, HeaderContentMD5, HeaderContentRange, HeaderContentType, HeaderDate, HeaderETag, HeaderExpires, HeaderExpect, HeaderFrom, HeaderHost, HeaderIfMatch, HeaderIfModifiedSince, HeaderIfNoneMatch, HeaderIfRange, HeaderIfModifiedSince, HeaderLastModified, HeaderLocation, HeaderMaxForwards, HeaderPragma, HeaderProxyAuthenticate, HeaderProxyAuthorization, HeaderRange, HeaderReferer, HeaderRetryAfter, HeaderServer, HeaderTE, HeaderTrailer, HeaderTransferEncoding, HeaderUpgrade, HeaderUserAgent, HeaderVary, HeaderVia, HeaderWarning, HeaderWWWAuthenticate);

Description

Contains the actual HTTP header name strings indexed by THeader enumeration values. Used internally by HeaderName function.

See also

THeader

  

Enumeration of standard HTTP 1.1 headers.

HeaderName

  

Returns the string name of an HTTP header.


Documentation generated on: Dec 15 2025