@morojs/moro / RouteDefinition
Interface: RouteDefinition
Defined in: src/types/http.ts:60
Properties
handler
handler:
HttpHandler
Defined in: src/types/http.ts:65
method
method:
string
Defined in: src/types/http.ts:61
middleware
middleware:
Middleware
[]
Defined in: src/types/http.ts:66
paramNames
paramNames:
string
[]
Defined in: src/types/http.ts:64
path
path:
string
Defined in: src/types/http.ts:62
pattern
pattern:
RegExp
Defined in: src/types/http.ts:63