@loopback/docs
Version:
Documentation for LoopBack 4
23 lines (15 loc) • 575 B
Markdown
lang: en
title: 'API docs: http-server.httpserver.host'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.http-server.httpserver.host.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/http-server](./http-server.md) > [HttpServer](./http-server.httpserver.md) > [host](./http-server.httpserver.host.md)
## HttpServer.host property
Host of the HTTP / HTTPS server
<b>Signature:</b>
```typescript
readonly host: string | undefined;
```