UNPKG

@loopback/docs

Version:

Documentation files rendered at [https://loopback.io](https://loopback.io)

32 lines (21 loc) 952 B
--- lang: en title: 'API docs: rest.findrouteprovider._constructor_' keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI sidebar: lb4_sidebar editurl: https://github.com/strongloop/loopback-next/tree/master/packages/rest permalink: /doc/en/lb4/apidocs.rest.findrouteprovider._constructor_.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/rest](./rest.md) &gt; [FindRouteProvider](./rest.findrouteprovider.md) &gt; [(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 | [Context](./context.context.md) | | | handler | [HttpHandler](./rest.httphandler.md) | |