@loopback/docs
Version:
Documentation for LoopBack 4
23 lines (15 loc) • 670 B
Markdown
lang: en
title: 'API docs: http-caching-proxy.proxyoptions.port'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.http-caching-proxy.proxyoptions.port.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/http-caching-proxy](./http-caching-proxy.md) > [ProxyOptions](./http-caching-proxy.proxyoptions.md) > [port](./http-caching-proxy.proxyoptions.port.md)
## ProxyOptions.port property
The port where the HTTP proxy should listen at. Default: 0 (let the system pick a free port)
<b>Signature:</b>
```typescript
port?: number;
```