Source position: httpdefs.pp line 566
type THTTPServerEvent = record
public
Id: string;
Data: array of string;
Event: string;
Comment: string;
Retry: Integer;
function ToString;
end;