UNPKG

@loopback/docs

Version:

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

28 lines (18 loc) 719 B
--- lang: en title: 'API docs: http-server.httpserver.stop' keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI sidebar: lb4_sidebar editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/http-server permalink: /doc/en/lb4/apidocs.http-server.httpserver.stop.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/http-server](./http-server.md) &gt; [HttpServer](./http-server.httpserver.md) &gt; [stop](./http-server.httpserver.stop.md) ## HttpServer.stop() method Stops the HTTP / HTTPS server <b>Signature:</b> ```typescript stop(): Promise<void>; ``` <b>Returns:</b> Promise&lt;void&gt;