all all : IRouterMatcher < Router , "all" >
Defined in node_modules/@types/express-serve-static-core/index.d.ts:256 checkout checkout : IRouterMatcher < Router >
Defined in node_modules/@types/express-serve-static-core/index.d.ts:270 connect connect : IRouterMatcher < Router >
Defined in node_modules/@types/express-serve-static-core/index.d.ts:271 copy copy : IRouterMatcher < Router >
Defined in node_modules/@types/express-serve-static-core/index.d.ts:272 delete delete : IRouterMatcher < Router , "delete" >
Defined in node_modules/@types/express-serve-static-core/index.d.ts:260 get get : IRouterMatcher < Router , "get" >
Defined in node_modules/@types/express-serve-static-core/index.d.ts:257 head head : IRouterMatcher < Router , "head" >
Defined in node_modules/@types/express-serve-static-core/index.d.ts:263 link link : IRouterMatcher < Router >
Defined in node_modules/@types/express-serve-static-core/index.d.ts:289 lock lock : IRouterMatcher < Router >
Defined in node_modules/@types/express-serve-static-core/index.d.ts:273 m- search "m-search" : IRouterMatcher < Router >
Defined in node_modules/@types/express-serve-static-core/index.d.ts:278 merge merge : IRouterMatcher < Router >
Defined in node_modules/@types/express-serve-static-core/index.d.ts:274 mkactivity mkactivity : IRouterMatcher < Router >
Defined in node_modules/@types/express-serve-static-core/index.d.ts:275 mkcol mkcol : IRouterMatcher < Router >
Defined in node_modules/@types/express-serve-static-core/index.d.ts:276 move move : IRouterMatcher < Router >
Defined in node_modules/@types/express-serve-static-core/index.d.ts:277 notify notify : IRouterMatcher < Router >
Defined in node_modules/@types/express-serve-static-core/index.d.ts:279 options options : IRouterMatcher < Router , "options" >
Defined in node_modules/@types/express-serve-static-core/index.d.ts:262 patch patch : IRouterMatcher < Router , "patch" >
Defined in node_modules/@types/express-serve-static-core/index.d.ts:261 post post : IRouterMatcher < Router , "post" >
Defined in node_modules/@types/express-serve-static-core/index.d.ts:258 propfind propfind : IRouterMatcher < Router >
Defined in node_modules/@types/express-serve-static-core/index.d.ts:280 proppatch proppatch : IRouterMatcher < Router >
Defined in node_modules/@types/express-serve-static-core/index.d.ts:281 purge purge : IRouterMatcher < Router >
Defined in node_modules/@types/express-serve-static-core/index.d.ts:282 put put : IRouterMatcher < Router , "put" >
Defined in node_modules/@types/express-serve-static-core/index.d.ts:259 Optionalquery query ?: IRouterMatcher < Router , "query" >
Defined in node_modules/@types/express-serve-static-core/index.d.ts:268 report report : IRouterMatcher < Router >
Defined in node_modules/@types/express-serve-static-core/index.d.ts:283 search search : IRouterMatcher < Router >
Defined in node_modules/@types/express-serve-static-core/index.d.ts:284 stack stack : ILayer []
Defined in node_modules/@types/express-serve-static-core/index.d.ts:299 subscribe subscribe : IRouterMatcher < Router >
Defined in node_modules/@types/express-serve-static-core/index.d.ts:285 trace trace : IRouterMatcher < Router >
Defined in node_modules/@types/express-serve-static-core/index.d.ts:286 unlink unlink : IRouterMatcher < Router >
Defined in node_modules/@types/express-serve-static-core/index.d.ts:290 unlock unlock : IRouterMatcher < Router >
Defined in node_modules/@types/express-serve-static-core/index.d.ts:287 unsubscribe unsubscribe : IRouterMatcher < Router >
Defined in node_modules/@types/express-serve-static-core/index.d.ts:288 use use : IRouterHandler < Router , string > & IRouterMatcher < Router , any >
Defined in node_modules/@types/express-serve-static-core/index.d.ts:292
Special-cased "all" method, applying the given route
path, middleware, and callback to every HTTP method.