mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
7b150add44
This commit will import the Guzzle library in core. The imported libraries will be used in the next commits to create an api for the http client to be used in relevant locations. Co-Authored-By: Andrew Nicols <andrew@nicols.co.uk> Co-Authored-By: Safat Shahin <safat.shahin@moodle.com>
6 lines
321 B
Plaintext
6 lines
321 B
Plaintext
Instructions to import/update getallheaders polyfill library into Moodle:
|
|
|
|
1. Download the latest getallheaders polyfill library from https://github.com/ralouphie/getallheaders
|
|
2. Copy the src directory to lib/ralouphie/getallheaders folder
|
|
3. Copy the associated files LICENCE, README.md etc. to getallheaders directory
|