A Magento 2 module that allow setting HTTP version on curl requests
- Install module through composer (recommended):
$ composer config repositories.drop.mhv vcs https://github.com/DevelopersDrop/Drop_HttpVersion
$ composer require drop/module-http-version
-
Install module manually:
- Copy these files in app/code/Drop/Drop_HttpVersion/
-
After installing the extension, run the following commands:
$ php bin/magento module:enable Drop_HttpVersion
$ php bin/magento setup:upgrade
$ php bin/magento setup:di:compile
$ php bin/magento setup:static-content:deploy
$ php bin/magento cache:clear
- PHP >= 7.0.0
- "magento/product-community-edition": "~2.2"
- Magento >= 2.2
- Not tested on 2.1 and 2.0
If you encounter any problems or bugs, please create an issue on Github
[GNU General Public License, version 3 (GPLv3)] http://opensource.org/licenses/gpl-3.0
(C) 2019 Drop S.R.L.