@morojs/moro / RouteEntry
Interface: RouteEntry
Defined in: src/types/http.ts:99
Properties
handler
handler:
HttpHandler
Defined in: src/types/http.ts:104
method
method:
string
Defined in: src/types/http.ts:100
middleware
middleware:
Middleware[]
Defined in: src/types/http.ts:105
paramNames
paramNames:
string[]
Defined in: src/types/http.ts:103
path
path:
string
Defined in: src/types/http.ts:101
pattern
pattern:
RegExp
Defined in: src/types/http.ts:102