Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Router

Hierarchy

  • Router

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private _delete

_delete: Route<any, any>[] = ...

Private _get

_get: Route<any, any>[] = ...

Private _options

_options: Route<any, any>[] = ...

Private _patch

_patch: Route<any, any>[] = ...

Private _post

_post: Route<any, any>[] = ...

Private _put

_put: Route<any, any>[] = ...

Methods

add

get

match

rem

Generated using TypeDoc