Version 0.4.0
Pre-release
Pre-release
- We've introduced a generic adapter, and separated the convenience methods (
create*()
) into their own interface. - You no longer need an adapter if you're only passing PSR-7 compliant objects that implement
RequestInterface
orResponseInterface
to the appropriate methods; it defaults to the generic adapter.