diff options
-rw-r--r-- | HTTP-TESTING | 9 | ||||
-rw-r--r-- | debian/docs | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/HTTP-TESTING b/HTTP-TESTING new file mode 100644 index 0000000..c08c205 --- /dev/null +++ b/HTTP-TESTING @@ -0,0 +1,9 @@ + +To avoid issues with timeouts we've written our HTTP/HTTPS protocol testers using +the curb extension. + +Upon a Debian GNU/Linux system this may be installed via: + + + apt-get install build-essential libcurl4-gnutls-dev rubygems1.8 + gem install curb diff --git a/debian/docs b/debian/docs index 7d00569..bd3f344 100644 --- a/debian/docs +++ b/debian/docs @@ -1,3 +1,4 @@ README SECURITY TODO +HTTP-TESTING |