API:Web.CGIHTTP.TWinCGIResponse

From RAD Studio API Documentation

TWinCGIResponseWeb.CGIHTTP.TCGIResponseWeb.HTTPApp.TWebResponseSystem.TObject

Delphi

TWinCGIResponse = class(TCGIResponse);

C++

class PASCALIMPLEMENTATION TWinCGIResponse : public TCGIResponse

Properties

Type Visibility Source Unit Parent
class public
Web.CGIHTTP.pas
Web.CGIHTTP.hpp
Web.CGIHTTP Web.CGIHTTP

Description

TCGIResponse represents HTTP messages sent by a CGI application in response to an HTTP request message. {{#multireplace:Web.CGIHTTP.TWinCGIResponse|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Web.CGIHTTP.TCGIResponse|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Web.CGIHTTP.TCGIResponse|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

TCGIResponse represents HTTP messages sent by a CGI application in response to an HTTP request message.

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.

See Also