Source position: lhttp.pp line 171
type TResponseInfo = record
Status: TLHTTPStatus;
ContentType: string;
ContentCharset: string;
LastModified: TDateTime;
end;