1. 29 Aug, 2019 1 commit
    • Gabi DJ's avatar
      Added PSR-7 Interfaces brief explanations and Basic Usage Guide (#79) · efd67d1d
      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
      efd67d1d
  2. 06 Aug, 2016 1 commit
  3. 05 Aug, 2016 1 commit
  4. 03 Aug, 2016 6 commits
  5. 07 Mar, 2016 1 commit
  6. 06 Jan, 2016 1 commit
    • Chris Johnson's avatar
      Add homepage. · c2290af4
      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).
      c2290af4
  7. 14 Dec, 2015 1 commit
  8. 20 Oct, 2015 1 commit
  9. 03 Jun, 2015 1 commit
  10. 14 May, 2015 1 commit
  11. 04 May, 2015 4 commits
  12. 03 May, 2015 2 commits
  13. 20 Apr, 2015 1 commit
  14. 13 Apr, 2015 4 commits
  15. 01 Apr, 2015 1 commit
  16. 18 Mar, 2015 3 commits
  17. 04 Mar, 2015 5 commits
  18. 03 Mar, 2015 4 commits
  19. 01 Mar, 2015 1 commit
    • Matthew Weier O'Phinney's avatar
      Detail Host header sources · 43330d76
      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.
      43330d76