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

THTTPRequestHeader

Declaration

Source position: flcHTTPUtils.pas line 506

type THTTPRequestHeader = record

  CommonHeaders: THTTPCommonHeaders;

  

  FixedHeaders: THTTPFixedHeaders;

  

  CustomHeaders: THTTPCustomHeaders;

  

  Cookie: THTTPCookieField;

  

  IfModifiedSince: THTTPDateField;

  

  IfUnmodifiedSince: THTTPDateField;

  

end;



CT Web help

CodeTyphon Studio