@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
41 lines (28 loc) • 1.23 kB
Markdown
lang: en
title: 'API docs: rest.routeentry'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/rest
permalink: /doc/en/lb4/apidocs.rest.routeentry.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/rest](./rest.md) > [RouteEntry](./rest.routeentry.md)
## RouteEntry interface
An entry in the routing table
<b>Signature:</b>
```typescript
export interface RouteEntry
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [path](./rest.routeentry.path.md) | string | http path |
| [spec](./rest.routeentry.spec.md) | OperationObject | OpenAPI operation spec |
| [verb](./rest.routeentry.verb.md) | string | http verb |
## Methods
| Method | Description |
| --- | --- |
| [describe()](./rest.routeentry.describe.md) | |
| [invokeHandler(requestContext, args)](./rest.routeentry.invokehandler.md) | A handler to invoke the resolved controller method |
| [updateBindings(requestContext)](./rest.routeentry.updatebindings.md) | Update bindings for the request context |