Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PathRoute<TContext>

A route object, containing a route mather and the route application

Type parameters

  • TContext: Empty

    pass the request properties that the listener requires. Usually added by the middlewares

Hierarchy

  • PathRoute

Index

Properties

Properties

listener: AppRoute<TContext>
matcher: Matcher<TContext>

Generated using TypeDoc