benkroeger / oniyi-http-client

Adding a plugin interface to "request" that allows modifications of request parameters and response data.
MIT License
0 stars 1 forks source link

explore using phin instead of request #9

Open benkroeger opened 6 years ago

benkroeger commented 6 years ago

phin appears to be smaller and with less (0) dependencies. From a first look, it can also work with Streams. Caveat: no cookie jar handling <- can be moved to plugin (already available for async cookies anyway)

benkroeger commented 5 years ago

also, since phin is based on centra, that might be an even better base?!