@morojs/moro / RouteDefinition
Interface: RouteDefinition
Defined in: src/types/http.ts:145
Properties
handler
handler:
HttpHandler
Defined in: src/types/http.ts:150
method
method:
string
Defined in: src/types/http.ts:146
middleware
middleware:
Middleware[]
Defined in: src/types/http.ts:151
paramNames
paramNames:
string[]
Defined in: src/types/http.ts:149
path
path:
string
Defined in: src/types/http.ts:147
pattern
pattern:
RegExp
Defined in: src/types/http.ts:148