pax_global_header00006660000000000000000000000064133661645110014520gustar00rootroot0000000000000052 comment=496a823ef742b632934724bf769560c2a5c7c44e http-client-1.0.0/000077500000000000000000000000001336616451100137515ustar00rootroot00000000000000http-client-1.0.0/CHANGELOG.md000066400000000000000000000004751336616451100155700ustar00rootroot00000000000000# Changelog All notable changes to this project will be documented in this file, in reverse chronological order by release. ## 1.0.0 First stable release. No changes since 0.3.0. ## 0.3.0 Added Interface suffix on exceptions ## 0.2.0 All exceptions are in `Psr\Http\Client` namespace ## 0.1.0 First releasehttp-client-1.0.0/LICENSE000066400000000000000000000020751336616451100147620ustar00rootroot00000000000000Copyright (c) 2017 PHP Framework Interoperability Group Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. http-client-1.0.0/README.md000066400000000000000000000011241336616451100152260ustar00rootroot00000000000000PSR Http Client =============== This repository holds all interfaces/classes/traits related to [PSR-18](http://www.php-fig.org/psr/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](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-18-http-client.md) for more details. You can find implementations of the specification by looking for packages providing the [psr/http-client-implementation](https://packagist.org/providers/psr/http-client-implementation) virtual package. http-client-1.0.0/composer.json000066400000000000000000000011631336616451100164740ustar00rootroot00000000000000{ "name": "psr/http-client", "description": "Common interface for HTTP clients", "keywords": ["psr", "psr-18", "http", "http-client"], "homepage": "https://github.com/php-fig/http-client", "license": "MIT", "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "require": { "php": "^7.0", "psr/http-message": "^1.0" }, "autoload": { "psr-4": { "Psr\\Http\\Client\\": "src/" } }, "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } } } http-client-1.0.0/src/000077500000000000000000000000001336616451100145405ustar00rootroot00000000000000http-client-1.0.0/src/ClientExceptionInterface.php000066400000000000000000000002531336616451100221670ustar00rootroot00000000000000