1
0
Fork 0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-03-19 14:41:09 +03:00
rss-bridge/lib
Dag b042412416
fix: force HTTP 1.1 in curl requests ()
Since curl 7.62.0 the default option is: CURL_HTTP_VERSION_2TLS

Before that the default used to be: CURL_HTTP_VERSION_1_1

Fix 
2022-08-05 11:46:32 +02:00
..
ActionFactory.php Reformat codebase v4 () 2022-07-01 15:10:30 +02:00
ActionInterface.php refactor: inject the action params via its execute method () 2022-07-08 21:06:14 +02:00
Authentication.php feat: introduce template engine () 2022-07-08 14:17:25 +02:00
BridgeAbstract.php refactor: use static values for cache scope 2022-08-02 15:03:54 +02:00
BridgeCard.php Do not use constants for configuration () 2022-07-24 19:26:12 +02:00
BridgeFactory.php refactor(BridgeFactory): make methods only accept valid class names () 2022-07-08 12:54:23 +02:00
BridgeInterface.php Reformat codebase v4 () 2022-07-01 15:10:30 +02:00
BridgeList.php refactor(BridgeFactory): make methods only accept valid class names () 2022-07-08 12:54:23 +02:00
CacheFactory.php refactor: move cache logic into the factory () 2022-07-05 13:20:01 +02:00
CacheInterface.php Reformat codebase v4 () 2022-07-01 15:10:30 +02:00
Configuration.php refactor: use static values for cache scope 2022-08-02 15:03:54 +02:00
contents.php fix: force HTTP 1.1 in curl requests () 2022-08-05 11:46:32 +02:00
Debug.php Fix coding style missed by phpbcf () 2022-07-08 13:00:52 +02:00
error.php feat: improve error handling () 2022-07-08 20:39:13 +02:00
FeedExpander.php Fix coding style missed by phpbcf () 2022-07-08 13:00:52 +02:00
FeedItem.php [Gab] feat: add new bridge GabBridge () 2022-07-31 03:52:27 +02:00
FormatAbstract.php Reformat codebase v4 () 2022-07-01 15:10:30 +02:00
FormatFactory.php Reformat codebase v4 () 2022-07-01 15:10:30 +02:00
FormatInterface.php Reformat codebase v4 () 2022-07-01 15:10:30 +02:00
html.php [Gab] feat: add new bridge GabBridge () 2022-07-31 03:52:27 +02:00
ParameterValidator.php Reformat codebase v4 () 2022-07-01 15:10:30 +02:00
php8backports.php Reformat codebase v4 () 2022-07-01 15:10:30 +02:00
rssbridge.php test: add new test for Configuration () 2022-07-10 20:05:27 +02:00
XPathAbstract.php Reformat codebase v4 () 2022-07-01 15:10:30 +02:00