php-http / fig-standards

Standards either proposed or approved by the Framework Interop Group
http://www.php-fig.org/
Other
3 stars 2 forks source link

List of existing PSR-7 compatible HTTP clients #4

Open Nyholm opened 8 years ago

Nyholm commented 8 years ago

I want to write down a list of HTTP clients that should implement the new PSR.

kelunik commented 7 years ago

Buzz won't be compatible, because it returns a promise, not a response directly.

Nyholm commented 7 years ago

True. But it would be a 2 line change to convert's Buzz react's async client to a sync client. That is why I added it on the list.