Unit 'HTTPRoute' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

THTTPRouteList

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

Collection of HTTP routes

Declaration

Source position: httproute.pp line 78

type THTTPRouteList = class(TCollection)

public

  property Routes []: THTTPRoute; default; [rw]

  

Provides indexed access to routes

end;

Inheritance

THTTPRouteList

  

Collection of HTTP routes

|

TCollection

|

TPersistent

|

TObject,IFPObserved

Description

THTTPRouteList maintains a collection of THTTPRoute objects. It provides indexed access to routes and manages the route collection.

See also

THTTPRoute

  

Base HTTP route class

THTTPRouter

  

HTTP request router class


Documentation generated on: Jan 27 2026