http-message icon indicating copy to clipboard operation
http-message copied to clipboard

The purpose of this PSR is to provide a set of common interfaces for HTTP messages as described in RFC 7230 and RFC 7231

Results 28 http-message issues
Sort by recently updated
recently updated
newest added

I think we should update to PHP 7 (like `psr/http-factory` package): - PHP 5 is deprecated (PHP 5.6 Security Support Until 31 Dec 2018) - Using typed parameters and return...

For better IDE autocompletion I suggest replace return type for `ServerRequestInterface::getUploadedFiles()` from simple `array` to `UploadedFileInterface[]`

see https://github.com/php-fig/fig-standards/pull/1194

What: Standardizes the README file providing a common language and an implementation link. Why: There are differences between PSR's READMEs in regarding language and the lacking of implementations references. So...

As far as I can see, `withRequestTarget()` only accepts a `string`.

- added examples on how to use the PSR-7 standard: - using it to create your own implementation - consuming it with an real world api service example

Awaiting Editor Review

This pull request - [x] adds a link to the source to `composer.json` Follows https://github.com/php-fig/simple-cache/pull/31. 💁‍♂️ For reference, see https://getcomposer.org/doc/04-schema.md#support.