diff --git a/http-web-services.html b/http-web-services.html index 669ae7b..62e3167 100644 --- a/http-web-services.html +++ b/http-web-services.html @@ -606,7 +606,7 @@ send: b'GET /examples/feed-301.xml HTTP/1.1 Host: diveintopython3.org accept-encoding: deflate, gzip user-agent: Python-httplib2/$Rev: 259 $' -reply: 'HTTP/1.1 301 Moved Permanently' ② +reply: 'HTTP/1.1 301 Moved Permanently' ② >>> response.fromcache ③ True
FIXME -
+
⁂