UNPKG

@loopback/docs

Version:
33 lines (21 loc) 800 B
--- lang: en title: 'API docs: rest.httphandler._handlerequest' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar permalink: /doc/en/lb4/apidocs.rest.httphandler._handlerequest.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; [\_handleRequest](./rest.httphandler._handlerequest.md) ## HttpHandler.\_handleRequest() method <b>Signature:</b> ```typescript protected _handleRequest(request: Request, response: Response): Promise<void>; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | request | <code>Request</code> | | | response | <code>Response</code> | | <b>Returns:</b> `Promise<void>`