Internet Direct (Indy)
Home
PreviousUpNext
TIdGopherServer.OnPlusRequest Event

Server event handler for a Gopher+ request.

Pascal
property OnPlusRequest: TPlusRequestEvent;
Parameters 
Description 
AThread 
Client connection making the request.
 
ARequest 
The Gopher selector for the requested item.
 
APlusData 
The Gopher+ command and additional information for the request. 

OnPlusRequest is a TPlusRequestEvent event handler that allows the server application to respond to Gopher+ requests. 

APlusData can includes the Gopher+ command in the first byte and additional information such as a requested View for an item and sometimes ASK block data sent from the client. 

The command byte in APlusData can be one of the following:

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.