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

TCustomHTTPModule

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: fphttp.pp line 108

type TCustomHTTPModule = class(TDataModule)

protected

  class function DefaultModuleName; virtual;

  class function DefaultSkipStreaming; virtual;

  class function CreateCORSSUpport; virtual;

  property CORS: TCORSSupport; [rw]

public

  constructor CreateNew(); override; overload;

  destructor Destroy; override;

  class procedure RegisterModule();

  procedure HandleRequest(); virtual; abstract;

  procedure DoAfterInitModule(); virtual;

  property Kind: TWebModuleKind; [rw]

  property BaseURL: string; [rw]

  property AfterInitModule: TInitModuleEvent; [rw]

end;

Inheritance

TCustomHTTPModule

|

TObject


Documentation generated on: 2023-03-18