Indy 9
|
TIdHTTPGetEvent = procedure (AThread: TIdPeerThread; ARequestInfo: TIdHTTPRequestInfo; AResponseInfo: TIdHTTPResponseInfo) of object;
AThread is the thread of execution triggering the TIdHTTPGetEvent event. ARequestInfo represents the header values to be used for a GET, HEAD or POST command as they are captured from the HTTP client. AResponseInfo represents the header values to be returned to the HTTP client.
TIdHTTPServer provides the OnCommandGet event handler to respond to the TIdHTTPGetEvent notification.