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;

CGIHTTP

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. 

 

TCGIApplication 

TCGIResponse 

TWebActionItem 

TWebDispatcher 

TWinCGIRequest 

Accessing Client Request Information

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!