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>
429 B
429 B
HTTP Factories
This repository holds all interfaces related to PSR-17 (HTTP Message Factories). Please refer to the specification for a description.
You can find implementations of the specification by looking for packages providing the psr/http-factory-implementation virtual package.