Unit 'httproute' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-web]

THTTPRoute

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

Declaration

Source position: httproute.pp line 45

type THTTPRoute = class(TCollectionItem)

protected

  procedure DoHandleRequest(); virtual;

public

  destructor Destroy; override;

  class function NormalizeRoute();

  procedure HandleRequest();

  function Matches();

  function MatchPattern();

  function MatchMethod();

published

  property Default: Boolean; [rw]

  property URLPattern: string; [rw]

  property Method: TRouteMethod; [rw]

end;

Inheritance

THTTPRoute

|

TObject


Documentation generated on: 2023-03-18