slimphp / Slim-Http

A set of PSR-7 object decorators providing useful convenience methods

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Providing a new response interface

ashleycoles opened this issue · comments

Wondering if it would be a good idea to add a new interface here - something like a DecoratedResponseInterface that extends the PSR-7 interface, adding in the extra stuff the decorator can do.