@morojs/moro / RouteEntry
Interface: RouteEntry
Defined in: src/types/http.ts:73
Properties
handler
handler:
HttpHandler
Defined in: src/types/http.ts:78
method
method:
string
Defined in: src/types/http.ts:74
middleware
middleware:
Middleware[]
Defined in: src/types/http.ts:79
paramNames
paramNames:
string[]
Defined in: src/types/http.ts:77
path
path:
string
Defined in: src/types/http.ts:75
pattern
pattern:
RegExp
Defined in: src/types/http.ts:76