Unit 'flcHTTPUtils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_fundamentals]

THTTPHeaderNameEnum

Declaration

Source position: flcHTTPUtils.pas line 120

type THTTPHeaderNameEnum = (

  hntCustom,

  

  hntHost,

  

  hntContentType,

  

  hntContentLength,

  

  hntContentTransferEncoding,

  

  hntContentLocation,

  

  hntContentLanguage,

  

  hntContentEncoding,

  

  hntTransferEncoding,

  

  hntDate,

  

  hntServer,

  

  hntUserAgent,

  

  hntLocation,

  

  hntConnection,

  

  hntExpires,

  

  hntCacheControl,

  

  hntSetCookie,

  

  hntCookie,

  

  hntAuthorization,

  

  hntVia,

  

  hntWarning,

  

  hntContentRange,

  

  hntXForwardedFor,

  

  hntPragma,

  

  hntXPoweredBy,

  

  hntWWWAuthenticate,

  

  hntLastModified,

  

  hntETag,

  

  hntProxyAuthorization,

  

  hntReferer,

  

  hntAge,

  

  hntAcceptRanges,

  

  hntAcceptEncoding,

  

  hntAcceptLanguage,

  

  hntAcceptCharset,

  

  hntIfModifiedSince,

  

  hntIfUnmodifiedSince,

  

  hntRetryAfter,

  

  hntUpgrade,

  

  hntStatus,

  

  hntProxyConnection,

  

  hntOrigin,

  

  hntKeepAlive

  

);



CT Web help

CodeTyphon Studio