Internet Direct (Indy) Version 9.0.2 Beta
TIdHTTPOtherEvent
Specifies an event type for unrecognized HTTP commands.

TIdHTTPOtherEvent = procedure (Thread: TIdPeerThread; const asCommand, asData, asVersion: string) of object;
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.