@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
24 lines (16 loc) • 669 B
Markdown
lang: en
title: 'API docs: http-server.httpserver.url'
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.url.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) > [url](./http-server.httpserver.url.md)
## HttpServer.url property
URL of the HTTP / HTTPS server
<b>Signature:</b>
```typescript
get url(): string;
```