From 87ef2a8f89a05cd02155ee00fd2d24a28f9b0b07 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Mon, 4 Nov 2013 08:33:40 -0500 Subject: [PATCH] Document the HTTPResponse.effective_url attribute. --- tornado/httpclient.py | 3 +++ 1 file changed, 3 insertions(+) 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``) -- 2.47.2