Web.CGIHTTP.TCGIResponse

From RAD Studio API Documentation
Jump to: navigation, search

Web.HTTPApp.TWebResponseSystem.TObjectTCGIResponse

Delphi

TCGIResponse = class(TWebResponse)

C++

class PASCALIMPLEMENTATION TCGIResponse : public Web::Httpapp::TWebResponse

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.

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