mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +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>
358 B
358 B
PSR Http Message
This repository holds all interfaces/classes/traits related to PSR-7.
Note that this is not a HTTP message implementation of its own. It is merely an interface that describes a HTTP message. See the specification for more details.
Usage
We'll certainly need some stuff in here.