Unit 'HTTPDefs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TRequestEvent

Event procedure type for HTTP request handling

Declaration

Source position: httpdefs.pp line 694

type TRequestEvent = procedure(

  Sender: TObject;

  ARequest: TRequest

) of object;

Arguments

Sender

  

Object that triggered the request event

ARequest

  

HTTP request object being handled

Description

TRequestEvent is an event type for handling HTTP request processing. It provides access to the request object during various stages of request handling.


Documentation generated on: Jan 16 2026