@loopback/docs
Version:
Documentation for LoopBack 4
31 lines (20 loc) • 820 B
Markdown
lang: en
title: 'API docs: rest.findrouteprovider._constructor_'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.rest.findrouteprovider._constructor_.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/rest](./rest.md) > [FindRouteProvider](./rest.findrouteprovider.md) > [(constructor)](./rest.findrouteprovider._constructor_.md)
## FindRouteProvider._constructor_
Constructs a new instance of the `FindRouteProvider` class
<b>Signature:</b>
```typescript
constructor(context: Context, handler: HttpHandler);
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| context | <code>Context</code> | |
| handler | <code>HttpHandler</code> | |