Web.CGIHTTP.TCGIRequest

From RAD Studio API Documentation
Jump to: navigation, search

Web.HTTPApp.TWebRequestSystem.TObjectTCGIRequest

Delphi

TCGIRequest = class(TWebRequest)

C++

class PASCALIMPLEMENTATION TCGIRequest : public Web::Httpapp::TWebRequest

Properties

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

Description

TCGIRequest represents client request information that is passed to a CGI Web server application.

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 TCGIRequest object's URL.

See Also