diff --git a/http-web-services.html b/http-web-services.html index da99257..c9e1baf 100755 --- a/http-web-services.html +++ b/http-web-services.html @@ -553,6 +553,7 @@ reply: 'HTTP/1.1 200 OK'
>>> import httplib2
+>>> httplib2.debuglevel = 1
>>> h = httplib2.Http('.cache')
>>> response, content = h.request('http://diveintopython3.org/examples/feed-302.xml') ①
connect: (diveintopython3.org, 80)