http-interop / http-middleware

PSR-15 interfaces for HTTP Middleware
MIT License
73 stars 7 forks source link

Remove client middleware from scope #27

Closed shadowhand closed 8 years ago

shadowhand commented 8 years ago

As per the discussion 1 on the FIG mailing list, attempting to define a specification that work for client side middleware is ill advised.

It will be far better to address client middleware in a separate proposal after the async proposal has been completed.

shadowhand commented 8 years ago

cc @http-interop/http-middleware-contributors

weierophinney commented 8 years ago

I've been nervous about this change for a while, as I've been working on http-interop compatibility with Stratigility/Expressive. This approach — removing only MiddlewareInterface — works perfectly for me, as I do not need to change any code currently!

:+1: from me!

weierophinney commented 8 years ago

@shadowhand Any chance of a new tag that contains this change?

shadowhand commented 8 years ago

@weierophinney I'd like to tag after #25 and #26 are reviewed.

weierophinney commented 8 years ago

@shadowhand Fair enough! I've added reviews to each now.