@morojs/moro / RouteEntry
Interface: RouteEntry
Defined in: src/types/http.ts:136
Properties
handler
handler:
HttpHandler
Defined in: src/types/http.ts:141
method
method:
string
Defined in: src/types/http.ts:137
middleware
middleware:
Middleware[]
Defined in: src/types/http.ts:142
paramNames
paramNames:
string[]
Defined in: src/types/http.ts:140
path
path:
string
Defined in: src/types/http.ts:138
pattern
pattern:
RegExp
Defined in: src/types/http.ts:139