Internet Direct (Indy) Version 9.0.2 Beta
TRequestEvent
Gopher request event.

TRequestEvent = procedure (AThread: TIdPeerThread;ARequest:String) of object;
Description
TRequestEvent is an event type used to signal a Gopher request from a connection on a Gopher server.

TIdGopherServer.OnRequest is the event handler provided to allow the application to respond to the client request.