@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
75 lines (38 loc) • 1.18 kB
Markdown
---
lang: en
title: 'API docs: rest.findrouteprovider.value'
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.findrouteprovider.value.html
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/rest](./rest.md) > [FindRouteProvider](./rest.findrouteprovider.md) > [value](./rest.findrouteprovider.value.md)
## FindRouteProvider.value() method
**Signature:**
```typescript
static value(context: Context, handler: HttpHandler): FindRoute;
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td markdown="1">
context
</td><td markdown="1">
[Context](./context.context.md)
</td><td markdown="1">
</td></tr>
<tr><td markdown="1">
handler
</td><td markdown="1">
[HttpHandler](./rest.httphandler.md)
</td><td markdown="1">
</td></tr>
</tbody></table>
**Returns:**
[FindRoute](./rest.findroute.md)