Tags: mdevoldere/http-message
Tags
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).
Merge pull request php-fig#42 from Maks3w/patch-2 Typo s/RFC3985/RFC3986/
Merge pull request php-fig#43 from weierophinney/hotfix/sync-with-spec Update to latest PSR-7 version
Merge pull request php-fig#39 from weierophinney/hotfix/psr7-uri-return Sync with php-fig/fig-standards#518
Merge pull request php-fig#38 from weierophinney/feature/post-draft-2 Bring interfaces up-to-date with php-fig/fig-standards@b740164
Merge pull request php-fig#10 from siwinski/pr-remove-doc-exec Remove documentation executable bits
Merge pull request php-fig#27 from weierophinney/hotfix/uri-encoding Added language to withPath() regarding percent encoding
Merge pull request php-fig#23 from weierophinney/feature/parsed-body Body parameters are the parsed body.
Merge pull request php-fig#19 from weierophinney/feature/request-line… …-refactor Only work with the request target, not the line
Merge pull request php-fig#18 from weierophinney/feature/uri-refactor Model URIs and move request-target details to Request
PreviousNext