Web.HTTPApp.IWebRequestHandler.HandleRequest
Delphi
function HandleRequest(Request: TWebRequest; Response: TWebResponse): Boolean;
C++
virtual bool __fastcall HandleRequest(TWebRequest* Request, TWebResponse* Response) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | IWebRequestHandler |
Description
Processes an HTTP request message.
Call HandleRequest to process an HTTP request message and obtain the response that should be sent back to the caller.
Request is the request object that describes the request to process.
Response is the response object that should be filled out when the request is processed.