Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Route<R, D>

Type parameters

  • R

  • D

Hierarchy

  • Route

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

handler

handler: RequestHandler<R, D>

method

method: string

path

path: string

Private pattern

pattern: UrlPattern

Methods

match

  • match(url: string): any
  • Parameters

    • url: string

    Returns any

Generated using TypeDoc