Unit 'fphttp' Package
[Overview][Resource strings][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TCustomHTTPModule.HandleRequest

Handles an HTTP request

Declaration

Source position: fphttp.pp line 124

public procedure TCustomHTTPModule.HandleRequest(

  ARequest: TRequest;

  AResponse: TResponse

); virtual; abstract;

Arguments

ARequest

  

HTTP request to handle

AResponse

  

HTTP response to populate

Description

HandleRequest processes an HTTP request and generates the appropriate response.


Documentation generated on: Aug 28 2026 Report a problem on this page