@morojs/moro / RouteDefinition
Interface: RouteDefinition
Defined in: src/types/http.ts:108
Properties
handler
handler:
HttpHandler
Defined in: src/types/http.ts:113
method
method:
string
Defined in: src/types/http.ts:109
middleware
middleware:
Middleware[]
Defined in: src/types/http.ts:114
paramNames
paramNames:
string[]
Defined in: src/types/http.ts:112
path
path:
string
Defined in: src/types/http.ts:110
pattern
pattern:
RegExp
Defined in: src/types/http.ts:111