CORS enabler for Tornado RequestHandlers
Go to file
amberheilman ac2f8cc24a
Merge pull request #7 from cknave/fix-build
Quote python versions
2022-03-29 15:30:28 -04:00
.github/workflows Quote python versions 2022-03-29 15:27:42 -04:00
docs Bump version to 1.0.1 2022-03-29 11:59:14 -04:00
requires Updated tornado 6.0.4 to 7 2020-06-26 19:10:02 +05:30
sprockets Bump version to 1.0.1 2022-03-29 11:59:14 -04:00
tests await superclass prepare if it's a coroutine 2022-03-29 11:53:36 -04:00
.gitignore SYN 2015-07-28 14:38:10 -04:00
LICENSE SYN 2015-07-28 14:38:10 -04:00
MANIFEST.in SYN 2015-07-28 14:38:10 -04:00
README.rst Add some docs. 2015-07-28 15:47:45 -04:00
examples.py await superclass prepare if it's a coroutine 2022-03-29 11:53:36 -04:00
setup.cfg Added coverage and included the flake8 packages 2020-06-16 18:35:44 +05:30
setup.py Add classifiers for 3.9 and 3.10 2022-03-29 13:54:56 -04:00

README.rst

sprockets.mixins.cors
=====================
This library exposes a mix-in that adds some useful CORS_ hooks over
a basic ``tornado.web.RequestHandler``.

.. _CORS: http://www.w3.org/TR/cors/