@loopback/docs
Version:
Documentation for LoopBack 4
32 lines (20 loc) • 696 B
Markdown
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) > [@loopback/rest](./rest.md) > [HttpHandler](./rest.httphandler.md) > [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`