Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRouter

Hierarchy

Index

Properties

_params

_params: any[]

all

all: IRouterMatcher<this, "all">

Special-cased "all" method, applying the given route path, middleware, and callback to every HTTP method.

caseSensitive

caseSensitive: boolean

checkout

checkout: IRouterMatcher<this>

connect

connect: IRouterMatcher<this>

copy

copy: IRouterMatcher<this>

delete

delete: IRouterMatcher<this, "delete">

get

get: IRouterMatcher<this, "get">

head

head: IRouterMatcher<this, "head">

lock

lock: IRouterMatcher<this>

m-search

m-search: IRouterMatcher<this>

merge

merge: IRouterMatcher<this>

mergeParams

mergeParams: boolean

mkactivity

mkactivity: IRouterMatcher<this>

mkcol

mkcol: IRouterMatcher<this>

move

move: IRouterMatcher<this>

notify

notify: IRouterMatcher<this>

options

options: IRouterMatcher<this, "options">

params

params: any

patch

patch: IRouterMatcher<this, "patch">

post

post: IRouterMatcher<this, "post">

propfind

propfind: IRouterMatcher<this>

proppatch

proppatch: IRouterMatcher<this>

purge

purge: IRouterMatcher<this>

put

put: IRouterMatcher<this, "put">

report

report: IRouterMatcher<this>

search

search: IRouterMatcher<this>

stack

stack: any[]

Stack of configured routes

strict

strict: boolean

subscribe

subscribe: IRouterMatcher<this>

trace

trace: IRouterMatcher<this>

unlock

unlock: IRouterMatcher<this>

unsubscribe

unsubscribe: IRouterMatcher<this>

use

use: IRouterHandler<this> & IRouterMatcher<this>

Methods

Private handle

param

Private process_params

route

Generated using TypeDoc