Skip to content

Commit

Permalink
Document the HTTPResponse.effective_url attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Nov 8, 2013
1 parent 473821f commit 87ef2a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tornado/httpclient.py
Expand Up @@ -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``)
Expand Down

0 comments on commit 87ef2a8

Please sign in to comment.