mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-06 00:27:27 +02:00
feat: add a timeout option for http client (#2600)
This commit is contained in:
@@ -17,6 +17,7 @@ __Notice__: If a parameter is not specified in your `config.ini.php` RSS-Bridge
|
||||
The configuration file is split into sections:
|
||||
|
||||
* [system](#system)
|
||||
* [http client](#http client)
|
||||
* [cache](#cache)
|
||||
* [proxy](#proxy)
|
||||
* [authentication](#authentication)
|
||||
@@ -25,6 +26,8 @@ The configuration file is split into sections:
|
||||
|
||||
_System_: This section specifies system specific parameters
|
||||
|
||||
_Http client_: This section has http client options
|
||||
|
||||
_Cache_: This section is all about the caching behavior of RSS-Bridge
|
||||
|
||||
_Proxy_: This section can be used to specify a proxy server for RSS-Bridge to utilize for fetching contents
|
||||
@@ -98,6 +101,21 @@ Allow users to disable proxy usage for specific requests.
|
||||
|
||||
`false` = disabled (default)
|
||||
|
||||
## Http client
|
||||
|
||||
This section provides the following parameters:
|
||||
|
||||
- timeout
|
||||
- useragent
|
||||
|
||||
### timeout
|
||||
|
||||
Default network timeout.
|
||||
|
||||
### useragent
|
||||
|
||||
Default user agent.
|
||||
|
||||
## Authentication
|
||||
|
||||
This section provides following parameters:
|
||||
|
Reference in New Issue
Block a user