@morojs/moro / RouteDefinition
Interface: RouteDefinition
Defined in: src/types/http.ts:82
Properties
handler
handler:
HttpHandler
Defined in: src/types/http.ts:87
method
method:
string
Defined in: src/types/http.ts:83
middleware
middleware:
Middleware[]
Defined in: src/types/http.ts:88
paramNames
paramNames:
string[]
Defined in: src/types/http.ts:86
path
path:
string
Defined in: src/types/http.ts:84
pattern
pattern:
RegExp
Defined in: src/types/http.ts:85