@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
31 lines (20 loc) • 991 B
Markdown
lang: en
title: 'API docs: http-caching-proxy.httpcachingproxy._constructor_'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/http-caching-proxy
permalink: /doc/en/lb4/apidocs.http-caching-proxy.httpcachingproxy._constructor_.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) > [(constructor)](./http-caching-proxy.httpcachingproxy._constructor_.md)
## HttpCachingProxy.(constructor)
Constructs a new instance of the `HttpCachingProxy` class
<b>Signature:</b>
```typescript
constructor(options: ProxyOptions);
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| options | [ProxyOptions](./http-caching-proxy.proxyoptions.md) | |