-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Description
As discussed in php-http/guzzle6-adapter#1: there should only be only one adapter interface and that will take PSR-7 request objects and return PSR-7 response objects. So we need to:
- remove the HttpAdapter
- rename PsrHttpAdapter to HttpAdapter(?)
- create a separate client package that will contain the convenience methods currently in HttpAdapter (
get()
/post()
etc.).
If we follow this road, are the internal_separation still relevant? Or can we start work on this right away?
Metadata
Metadata
Assignees
Labels
No labels