@loopback/docs
Version:
Documentation for LoopBack 4
24 lines (16 loc) • 729 B
Markdown
lang: en
title: 'API docs: http-caching-proxy.proxyoptions.timeout'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/loopback-next/tree/master/packages/http-caching-proxy
permalink: /doc/en/lb4/apidocs.http-caching-proxy.proxyoptions.timeout.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) > [timeout](./http-caching-proxy.proxyoptions.timeout.md)
## ProxyOptions.timeout property
Timeout to connect to the target service
<b>Signature:</b>
```typescript
timeout?: number;
```