diff --git a/http-web-services.html b/http-web-services.html index ce17a3d..b4802ef 100644 --- a/http-web-services.html +++ b/http-web-services.html @@ -486,7 +486,7 @@ accept-encoding: deflate, gzip user-agent: Python-httplib2/$Rev: 259 $' reply: 'HTTP/1.1 200 OK' >>> print(dict(response.items())) -{'status': '200', +{'status': '200', 'content-length': '3070', 'content-location': 'http://diveintopython3.org/examples/feed.xml', 'accept-ranges': 'bytes',