Page Contents
Home > @loopback/rest > RouteEntry
RouteEntry interface
An entry in the routing table
Signature:
export interface RouteEntry
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
|
|
string |
http path | |
|
|
OperationObject |
OpenAPI operation spec | |
|
|
string |
http verb |
Methods
| Method | Description |
|---|---|
|
A handler to invoke the resolved controller method | |
|
Update bindings for the request context |