mirror of
https://github.com/moodle/moodle.git
synced 2025-07-25 00:02:18 +02:00
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>
548 B
548 B
HTTP Client
This repository holds all the common code related to PSR-18 (HTTP Client).
Note that this is not a HTTP Client implementation of its own. It is merely abstractions that describe the components of a HTTP Client.
The installable package and implementations are listed on Packagist.