Unit 'fpWeb' Package
[Overview][Resource strings][Types][Classes][Index] [#fcl]

TCustomFPWebModule.Request

The current HTTP request being processed

Declaration

Source position: fpweb.pp line 153

public property TCustomFPWebModule.Request : TRequest
  read FRequest;

Description

Provides access to the HTTP request currently being processed. This property is only valid during request processing and is set to nil when no request is active.

See also

TRequest

Response

  

The current HTTP response being generated


Documentation generated on: Jan 27 2026