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

Adds support for http-interop middleware #32

Conversation

weierophinney
Copy link
Member

@weierophinney weierophinney commented Jan 24, 2017

Middleware injected into a Route instance may be http-interop/http-middleware compatible. Previously, only callables, service names, and arrays of these types were allowed, but now it supports Interop\Http\ServerMiddleware\MiddlewareInterface as well.

Middleware injected into a Route instance may be
http-interop/http-middleware compatible. Previously, only callables,
service names, or arrays were allowed, but now it supports the interop
interface.
@weierophinney weierophinney force-pushed the feature/http-interop-support branch from 0190872 to 5fb291d Compare January 24, 2017 22:20
@weierophinney weierophinney added this to the 2.1.0 milestone Jan 24, 2017
@weierophinney weierophinney self-assigned this Jan 24, 2017
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 5fb291d on weierophinney:feature/http-interop-support into ac7dab2 on zendframework:develop.

weierophinney added a commit that referenced this pull request Jan 24, 2017
@weierophinney weierophinney deleted the feature/http-interop-support branch January 24, 2017 22:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants