diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-24 09:55:10 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-24 09:55:10 +0000 |
commit | 71eb0c4a32cb155ab5ef3f3c2510f6f24c6292f3 (patch) | |
tree | ca2af826612c7655f255f0d01343e86bdfdbb3ed /HTTP-TESTING | |
parent | ea79e207ce1b82e0469ffa92f9f4ae16aee5041a (diff) |
Updated to point to the github repository for the curb extension
Diffstat (limited to 'HTTP-TESTING')
-rw-r--r-- | HTTP-TESTING | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/HTTP-TESTING b/HTTP-TESTING index c08c205..3a6cf07 100644 --- a/HTTP-TESTING +++ b/HTTP-TESTING @@ -1,9 +1,13 @@ To avoid issues with timeouts we've written our HTTP/HTTPS protocol testers using -the curb extension. +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 |