Skip to content

Tags: mdevoldere/http-message

Tags

1.0.1

Toggle 1.0.1's commit message
psr/http-message 1.0.1

Added
-----

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- Updated all `@return self` annotation references in interfaces to use
  `@return static`, which more closelly follows the semantics of the
  specification.
- Updated the `MessageInterface::getHeaders()` return annotation to use the
  value `string[][]`, indicating the format is a nested array of strings.
- Updated the `@link` annotation for `RequestInterface::withRequestTarget()`
  to point to the correct section of RFC 7230.
- Updated the `ServerRequestInterface::withUploadedFiles()` parameter annotation
  to add the parameter name (`$uploadedFiles`).
- Updated a `@throws` annotation for the `UploadedFileInterface::moveTo()`
  method to correctly reference the method parameter (it was referencing an
  incorrect parameter name previously).

1.0

Toggle 1.0's commit message
Merge pull request php-fig#42 from Maks3w/patch-2

Typo s/RFC3985/RFC3986/

0.11.0

Toggle 0.11.0's commit message
Merge pull request php-fig#43 from weierophinney/hotfix/sync-with-spec

Update to latest PSR-7 version

0.10.1

Toggle 0.10.1's commit message
Merge pull request php-fig#39 from weierophinney/hotfix/psr7-uri-return

Sync with php-fig/fig-standards#518

0.10.0

Toggle 0.10.0's commit message
Merge pull request php-fig#38 from weierophinney/feature/post-draft-2

Bring interfaces up-to-date with php-fig/fig-standards@b740164

0.9.2

Toggle 0.9.2's commit message
Merge pull request php-fig#10 from siwinski/pr-remove-doc-exec

Remove documentation executable bits

0.9.1

Toggle 0.9.1's commit message
Merge pull request php-fig#27 from weierophinney/hotfix/uri-encoding

Added language to withPath() regarding percent encoding

0.9.0

Toggle 0.9.0's commit message
Merge pull request php-fig#23 from weierophinney/feature/parsed-body

Body parameters are the parsed body.

0.8.0

Toggle 0.8.0's commit message
Merge pull request php-fig#19 from weierophinney/feature/request-line…

…-refactor

Only work with the request target, not the line

0.7.0

Toggle 0.7.0's commit message
Merge pull request php-fig#18 from weierophinney/feature/uri-refactor

Model URIs and move request-target details to Request