pax_global_header00006660000000000000000000000064134620406700014514gustar00rootroot0000000000000052 comment=12ac7fcd07e5b077433f5f2bee95b3a771bf61be http-factory-1.0.1/000077500000000000000000000000001346204067000141375ustar00rootroot00000000000000http-factory-1.0.1/.gitignore000066400000000000000000000000261346204067000161250ustar00rootroot00000000000000composer.lock vendor/ http-factory-1.0.1/.pullapprove.yml000066400000000000000000000002101346204067000173020ustar00rootroot00000000000000extends: default reviewers: - name: contributors required: 1 teams: - http-factory-contributors http-factory-1.0.1/LICENSE000066400000000000000000000020501346204067000151410ustar00rootroot00000000000000MIT License Copyright (c) 2018 PHP-FIG 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-factory-1.0.1/README.md000066400000000000000000000006551346204067000154240ustar00rootroot00000000000000HTTP Factories ============== This repository holds all interfaces related to [PSR-17 (HTTP Message Factories)][psr-17]. 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](https://packagist.org/providers/psr/http-factory-implementation) virtual package. [psr-17]: https://www.php-fig.org/psr/psr-17/ http-factory-1.0.1/composer.json000066400000000000000000000012741346204067000166650ustar00rootroot00000000000000{ "name": "psr/http-factory", "description": "Common interfaces for PSR-7 HTTP message factories", "keywords": [ "psr", "psr-7", "psr-17", "http", "factory", "message", "request", "response" ], "license": "MIT", "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "require": { "php": ">=7.0.0", "psr/http-message": "^1.0" }, "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } } } http-factory-1.0.1/src/000077500000000000000000000000001346204067000147265ustar00rootroot00000000000000http-factory-1.0.1/src/RequestFactoryInterface.php000066400000000000000000000007631346204067000222460ustar00rootroot00000000000000