blob: 492a222f29bf635aa250df54e5d9a8e717fcf1f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
To avoid issues with timeouts we've written our HTTP/HTTPS protocol testers using
the curb rubgem.
Upon a Debian GNU/Linux system this may be installed via:
apt-get install build-essential libcurl4-gnutls-dev rubygems1.8
gem install curb
If you prefer to install from source you can find the project code
hosted on github:
https://github.com/taf2/curb
|