UNPKG

@loopback/docs

Version:
24 lines (16 loc) 693 B
--- lang: en title: 'API docs: http-server.httpserver.address' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar editurl: https://github.com/strongloop/loopback-next/tree/master/packages/http-server permalink: /doc/en/lb4/apidocs.http-server.httpserver.address.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; [address](./http-server.httpserver.address.md) ## HttpServer.address property Address of the HTTP / HTTPS server <b>Signature:</b> ```typescript get address(): string | AddressInfo | undefined; ```