zendframework / zend-stratigility

Middleware for PHP built on top of PSR-7 and PSR-15
BSD 3-Clause "New" or "Revised" License
235 stars 57 forks source link

Implement `process()` method in PathRequestHandlerDecorator #160

Closed weierophinney closed 6 years ago

weierophinney commented 6 years ago

The 0.4.1 versions of http-interop define a process() method on the DelegateInterface; the method must be implemented for this polyfill to work across all versions of http-interop.

weierophinney commented 6 years ago

(Discovered while attempting to create the backports/deprecations pull request for zend-expressive.)