]> git.ipfire.org Git - thirdparty/tornado.git/commit
Allow override of include_host in static_url. 406/head
authorBirk Nilson <me@birknilson.se>
Wed, 30 Nov 2011 20:51:33 +0000 (20:51 +0000)
committerBirk Nilson <me@birknilson.se>
Wed, 30 Nov 2011 20:51:33 +0000 (20:51 +0000)
commit9484eb08cd9944f09f2dd4d961c466c499d8bb01
treee51fae164574af87325fb29b4d5a6ddb7cd38cc8
parenteb79f0dd0657235f02de6b4a4f4b3c998013e0a7
Allow override of include_host in static_url.
Thereby supporting the generation of absolute URLs even though the
handler - by default - would have generated a relative URL for instance.
The reverse scenario is of course supported also.
tornado/test/web_test.py
tornado/web.py