Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Remove HTTP namespace #71

Merged

Commits on Sep 30, 2016

  1. Remove request, response decorators

    This patch removes all code in the `Zend\Stratigility\Http` namespace,
    and updates the `MiddlewarePipe` implementation to no longer decorate
    the request and response instances with artifacts from that namespace.
    
    In auditing tests, discovered a few locations where `$response->write()`
    was being called within the tests themselves; those have been corrected
    to `$response->getBody()->write()`. Additionally, code for suppressing
    deprecation notices from the removed classes within test cases was
    removed.
    weierophinney committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    bd44223 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bce8983 View commit details
    Browse the repository at this point in the history