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

RegisterHTTPModule

Registers an HTTP module with the factory

Declaration

Source position: fphttp.pp line 247

procedure RegisterHTTPModule(

  ModuleClass: TCustomHTTPModuleClass;

  SkipStreaming: Boolean = False

);

procedure RegisterHTTPModule(

  const ModuleName: string;

  ModuleClass: TCustomHTTPModuleClass;

  SkipStreaming: Boolean = False

);

Arguments

ModuleClass

  

HTTP module class to register

SkipStreaming

  

Whether to skip component streaming

Arguments

ModuleName

  

Name to register the module under

ModuleClass

  

HTTP module class to register

SkipStreaming

  

Whether to skip component streaming

Description

RegisterHTTPModule is a convenience function to register an HTTP module class with the global module factory.


Documentation generated on: Jan 27 2026