- 29 Aug, 2019 1 commit
-
-
Gabi DJ authored
* Added PSR-7 Interfaces Usage guide using Zend Diactoros * Corrected errors in documentation corrected PSR-7 methods explanations corrected typos removed concrete usage of diactoros removed unnecessary text removed zend-diactoros autoload added assumption of $request and $response * Update PSR7-Usage.md * Corrected interfaces list
-
- 06 Aug, 2016 1 commit
-
-
Matthew Weier O'Phinney authored
-
- 05 Aug, 2016 1 commit
-
-
MichaelC authored
Fix: Return static instead of self * localheinz/fix/return: Fix: Return static instead of self
-
- 03 Aug, 2016 6 commits
-
-
MichaelC authored
-
Michael Cullum authored
corrected malformed annotation
-
Michael Cullum authored
Update RequestInterface.php
-
Michael Cullum authored
Fix typo in RequestInterface.php
-
Michael Cullum authored
Add homepage.
-
Michael Cullum authored
UploadedFileInterface phpDoc typo fixed
-
- 07 Mar, 2016 1 commit
-
-
Damon authored
Correcting inaccurate documentation
-
- 06 Jan, 2016 1 commit
-
-
Chris Johnson authored
Including the homepage link makes package mirrors and directories such as those generated by Satis nicer to read and more useful (providing a direct link to the project page).
-
- 14 Dec, 2015 1 commit
-
-
mouhamed authored
-
- 20 Oct, 2015 1 commit
-
-
Alexander Kochetov authored
-
- 03 Jun, 2015 1 commit
-
-
Andreas Möller authored
-
- 14 May, 2015 1 commit
-
-
Rasmus Schultz authored
-
- 04 May, 2015 4 commits
-
-
Paul M. Jones authored
Typo s/RFC3985/RFC3986/
-
Paul M. Jones authored
Coding standards for UploadedFileInterface.php
-
Paul M. Jones authored
Using namespaces requires php 5.3.0 or higher
-
Paul M. Jones authored
Update to latest PSR-7 version
-
- 03 May, 2015 2 commits
-
-
Matthew Weier O'Phinney authored
- Syncs all interface definitions with the latest revisions on php-fig/fig-standards.
-
Maks3w authored
-
- 20 Apr, 2015 1 commit
-
-
Andrew Carter authored
-
- 13 Apr, 2015 4 commits
-
-
Paul M. Jones authored
Sync with php-fig/fig-standards#518
-
Matthew Weier O'Phinney authored
-
Paul M. Jones authored
Bring interfaces up-to-date with php-fig/fig-standards@b740164
-
Matthew Weier O'Phinney authored
-
- 01 Apr, 2015 1 commit
-
-
Graham Campbell authored
-
- 18 Mar, 2015 3 commits
-
-
Paul M. Jones authored
Remove documentation executable bits
-
Paul M. Jones authored
Sync with php-fig/fig-standards#460
-
Matthew Weier O'Phinney authored
Sync with php-fig/fig-standards#460 and clarify that an empty path should be returned as "/".
-
- 04 Mar, 2015 5 commits
-
-
Paul M. Jones authored
Document return values for non-existant headers
-
Paul M. Jones authored
Added language to withPath() regarding percent encoding
-
Paul M. Jones authored
Detail Host header sources
-
Paul M. Jones authored
[PSR-7] Include multipart/form-data in parsed body specified behaviors
-
Matthew Weier O'Phinney authored
- to match language of RFC 3986
-
- 03 Mar, 2015 4 commits
-
-
-
Matthew Weier O'Phinney authored
-
Matthew Weier O'Phinney authored
- Made Host header retrieval non-optional - Added overrides for getHeaders() and getHeaderLines() to ensure they always return the Host header as well.
-
Matthew Weier O'Phinney authored
Per RFC 3986, section 2, reserved characters must be percent encoded. Additionally, the implementation must not double-encode.
-
- 01 Mar, 2015 1 commit
-
-
Matthew Weier O'Phinney authored
Per the [related PR for fig-standards](php-fig/fig-standards#446), this PR updates the `RequestInterface` to override the `getHeader()` method and indicate that the Host header should be pulled from the composed URI if no value has been previously set.
-