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

THTTPResponseHeader

Declaration

Source position: flcHTTPUtils.pas line 579

type THTTPResponseHeader = record

  CommonHeaders: THTTPCommonHeaders;

  

  FixedHeaders: THTTPFixedHeaders;

  

  CustomHeaders: THTTPCustomHeaders;

  

  SetCookies: THTTPSetCookieFieldArray;

  

  Expires: THTTPDateField;

  

  LastModified: THTTPDateField;

  

  Age: THTTPAgeField;

  

end;



CT Web help

CodeTyphon Studio