Unit 'custmicrohttpapp' Package
[Overview][Types][Classes][Index] [#fcl-web]

TRequestHandler

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

Declaration

Source position: custmicrohttpapp.pp line 84

type TRequestHandler = class

  FConnection: PMHD_Connection;

  FWebHandler: TMicroHTTPHandler;

  FRequest: TMicroRequest;

  FResponse: TMicroResponse;

public

  constructor Create();

  destructor Destroy; override;

  procedure Initialize();

  function ContinueRequest();

  property Connection: PMHD_Connection; [r]

  property WebHandler: TMicroHTTPHandler; [r]

  property Request: TMicroRequest; [r]

  property Response: TMicroResponse; [r]

end;

Inheritance

TRequestHandler

|

TObject


Documentation generated on: 2023-03-18