UNPKG

@loopback/docs

Version:
32 lines (20 loc) 696 B
--- lang: en title: 'API docs: rest.httphandler.findroute' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar permalink: /doc/en/lb4/apidocs.rest.httphandler.findroute.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/rest](./rest.md) &gt; [HttpHandler](./rest.httphandler.md) &gt; [findRoute](./rest.httphandler.findroute.md) ## HttpHandler.findRoute() method <b>Signature:</b> ```typescript findRoute(request: Request): ResolvedRoute; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | request | <code>Request</code> | | <b>Returns:</b> `ResolvedRoute`