php-http / curl-client

cURL client
http://httplug.io
MIT License
443 stars 28 forks source link

Support PSR-17 #52

Closed mekras closed 5 years ago

mekras commented 5 years ago

Closes #41 Requires https://github.com/php-http/discovery/issues/116

dbu commented 5 years ago

cool! i think this is mainly a refactoring for psr-17 (the message factories) rather than psr-18 (which would replace the httplug client interface). as there is no async psr yet, i think this is the correct approach. httplug client 2.0 extends the psr-18 client, so this now is a psr-18 client (plus a httplug client)

there are some conflicts, can you rebase on master?