RAD Studio VCL Reference
|
TCGIRequest represents client request information that is passed to a CGI Web server application.
TCGIRequest = class(TWebRequest);
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.
Accessing Client Request Information
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|