[tor-commits] [ooni-probe/master] Add documentation on usage of the SOCKS5 Tor socks client

art at torproject.org art at torproject.org
Fri Nov 16 09:20:51 UTC 2012


commit 502f2375633bd04166057ce4660562ac2f677365
Author: Arturo Filastò <art at fuffa.org>
Date:   Fri Nov 16 10:11:33 2012 +0100

    Add documentation on usage of the SOCKS5 Tor socks client
---
 ooni/templates/httpt.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/ooni/templates/httpt.py b/ooni/templates/httpt.py
index 011ff5b..b5849d3 100644
--- a/ooni/templates/httpt.py
+++ b/ooni/templates/httpt.py
@@ -31,6 +31,10 @@ class HTTPTest(NetTestCase):
     processResponseHeader that are invoked once the headers have been received
     and once the request body has been received.
 
+    To perform requests over Tor you will have to use the special URL schema
+    "shttp". For example to request / on example.com you will have to do
+    specify as URL "shttp://example.com/".
+
     XXX all of this requires some refactoring.
     """
     name = "HTTP Test"





More information about the tor-commits mailing list