@morojs/moro / RouteEntry
Interface: RouteEntry
Defined in: src/types/http.ts:51
Properties
handler
handler:
HttpHandler
Defined in: src/types/http.ts:56
method
method:
string
Defined in: src/types/http.ts:52
middleware
middleware:
Middleware
[]
Defined in: src/types/http.ts:57
paramNames
paramNames:
string
[]
Defined in: src/types/http.ts:55
path
path:
string
Defined in: src/types/http.ts:53
pattern
pattern:
RegExp
Defined in: src/types/http.ts:54