From: Ben Darnell Date: Mon, 4 Nov 2013 13:33:40 +0000 (-0500) Subject: Document the HTTPResponse.effective_url attribute. X-Git-Tag: v3.2.0b1~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87ef2a8f89a05cd02155ee00fd2d24a28f9b0b07;p=thirdparty%2Ftornado.git Document the HTTPResponse.effective_url attribute. --- diff --git a/tornado/httpclient.py b/tornado/httpclient.py index cf503c0d3..b58a83485 100644 --- a/tornado/httpclient.py +++ b/tornado/httpclient.py @@ -385,6 +385,9 @@ class HTTPResponse(object): * headers: `tornado.httputil.HTTPHeaders` object + * effective_url: final location of the resource after following any + redirects + * buffer: ``cStringIO`` object for response body * body: response body as string (created on demand from ``self.buffer``)