Skip to content

Instantly share code, notes, and snippets.

View cavalle's full-sized avatar

Luismi Cavallé cavalle

View GitHub Profile
@rkh
rkh / gist:4644647
Last active December 11, 2015 18:49

The Hunt for the right HTTP library

Use case: Travis CLI. One command invokes one or more sequential HTTP requests.

Note that startup time and the first request are very significant for a command line tool like this.

Clone the repo if you want to follow along.

Note: numbers might be due to how libraries are used (via faraday)