Unirest: Polyglot Lightweight HTTP Request Client Libraries (unirest.io) 13 points by tilt 11y ago ↗ HN
[–] batbomb 11y ago ↗ Why would you choose this over requests for python?The java code is a little simpler than what you'd get with a jax-rs client, but not by much.
[–] asaddhamani 11y ago ↗ The Python version looks pretty similar to what you'd get with requests. Its almost like this is a clone of requests. Really not much incentive to use this over requests.
[–] johnhenry 11y ago ↗ I had been running some unit tests in node with the built in http module, but the superagent-like syntax used here just "feels better". Thanks!
4 comments
[ 2.8 ms ] story [ 17.1 ms ] threadThe java code is a little simpler than what you'd get with a jax-rs client, but not by much.