Skip to content

Make adapters PSR-7 compliant #29

@ddeboer

Description

@ddeboer

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions