Skip to content

Commit

Permalink
Add aiohttp_cors mention
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 24, 2015
1 parent f51b622 commit 2df0863
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/web.rst
Expand Up @@ -633,7 +633,7 @@ Middleware usually calls an inner handler, but may do something
other, like displaying *403 Forbidden page* or raising
:exc:`HTTPForbidden` exception if user has no permissions to access underlying
resource. Also middleware may render errors raised by handler, do
some pre- and post- processing like handling *CORS* and so on.
some pre- and post- processing and so on.
.. versionchanged:: 0.14
Expand Down Expand Up @@ -680,6 +680,15 @@ mutable parameters.
new signals but reuse existing only you are not affected.
CORS support
------------
*aiohttp.web* itself has no support for `Cross-Origin Resource
Sharing <https://en.wikipedia.org/wiki/Cross-origin_resource_sharing>`_
but there is aiohttp plugin for it:
`aiohttp_cors <https://github.com/aio-libs/aiohttp_cors>`_.
Debug toolbar
-------------
Expand Down

0 comments on commit 2df0863

Please sign in to comment.