azurre/psr-http-client

Common interface for HTTP clients

1.0.0 2018-12-21 20:09 UTC

This package is auto-updated.

Last update: 2024-04-22 08:15:49 UTC


README

This repository holds all interfaces/classes/traits related to PSR-18.

Note that this is not an HTTP client implementation of its own. It is merely an interface that describes an HTTP client. See the specification for more details.

You can find implementations of the specification by looking for packages providing the psr/http-client-implementation virtual package.