@loopback/docs
Version:
Documentation for LoopBack 4
23 lines (15 loc) • 698 B
Markdown
lang: en
title: 'API docs: http-caching-proxy.httpcachingproxy.url'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.http-caching-proxy.httpcachingproxy.url.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/http-caching-proxy](./http-caching-proxy.md) > [HttpCachingProxy](./http-caching-proxy.httpcachingproxy.md) > [url](./http-caching-proxy.httpcachingproxy.url.md)
## HttpCachingProxy.url property
URL where the proxy is listening on. Provide this value to your HTTP client as the proxy configuration.
<b>Signature:</b>
```typescript
url: string;
```