Indy 9
TIdHTTPOtherEvent
See Also, Unit: IdCustomHTTPServer
Specifies an event type for unrecognized HTTP commands.
TIdHTTPOtherEvent = procedure (Thread: TIdPeerThread; const asCommand, asData, asVersion: string) of object;
Unit
IdCustomHTTPServer
Parameters
asCommand
Command to be executed.
asData
Data to be used for the command.
asVersion
The HTTP version for the command.
Thread
Thread of execution signaling the event.
Description
TIdHTTPOtherEvent represents the event type used to signal receipt of a HTTP command other than GET, POST, or HEAD.

TIdHTTPServer provides the OnCommandOther event handler to respond to the IdHTTPOtherEvent notification.


Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.