UNPKG

@loopback/docs

Version:

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

33 lines (21 loc) 817 B
--- lang: en title: 'API docs: rest.httphandler.findroute' 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.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 | Request | | <b>Returns:</b> [ResolvedRoute](./rest.resolvedroute.md)