RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCGIRequest Class

TCGIRequest represents client request information that is passed to a CGI Web server application.

Pascal
TCGIRequest = class(TWebRequest);
C++
class TCGIRequest : public TWebRequest;

Use TCGIRequest to interpret an HTTP request to a CGI server application. 

CGI application objects create TCGIRequest objects to capture client requests. The properties of TCGIRequest are obtained from the Web server. The CGI application uses TCGIRequest objects to create corresponding TCGIResponse objects. The TWebDispatcher for the application then invokes the TWebActionItem that is associated with the path portion of the URL of the TCGIRequest object. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!