RAD Studio VCL Reference
|
TCGIResponse represents HTTP messages sent by a CGI application in response to an HTTP request message.
TCGIResponse = class(TWebResponse);
class TCGIResponse : public TWebResponse;
CGIHTTP
Use TCGIResponse to specify the response to an HTTP request message in a CGI application.
The CGI application creates a TCGIResponse object based on the TCGIRequest object for an incoming web client request message. The TWebDispatcher for the application then passes the TCGIResponse object to the TWebActionItem associated with the TCGIRequest object. The TWebActionItem sets the properties of the TCGIResponse object.
Creating HTTP Response Messages
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|