ethanent / phin

Node HTTP client
MIT License
576 stars 33 forks source link

No promise support #2

Closed bdsomer closed 7 years ago

bdsomer commented 7 years ago

Use promises!

ethanent commented 7 years ago

Aye! I see you've currently got your own fork of the project. Feel free to add promise functionality to your own code or build a higher-level wrapper for phin which implements promises. I'll soon consider implementing it over here after fully finishing testing of version 1.0.4 and adding a few other features.

bdsomer commented 7 years ago

Fixed in https://github.com/ethanent/phin/pull/5, if anyone was wondering.