php-http / httplug

HTTPlug, the HTTP client abstraction for PHP
http://httplug.io
MIT License
2.57k stars 39 forks source link

Use php-http/promise for the async interface #90

Closed joelwurtz closed 8 years ago

joelwurtz commented 8 years ago

Like discussed in #86

sagikazarmark commented 8 years ago

Shouldn't actually be merged until the Promise getResponse/getException methods are removed from everywhere.

joelwurtz commented 8 years ago

Yeah but we need this to be merged to upgrade other libs :)

sagikazarmark commented 8 years ago

We can rely on the feature branch for the time being, then magically merge everything at the same time.

joelwurtz commented 8 years ago

All pr are done IMO