@@ -1264,20 +1264,13 @@ the middleware might use :meth:`BaseRequest.clone`.
1264
1264
for modifying *scheme *, *host * and *remote * attributes according
1265
1265
to ``Forwarded `` and ``X-Forwarded-* `` HTTP headers.
1266
1266
1267
- Swagger support
1268
- ---------------
1269
-
1270
- `aiohttp-swagger <https://github.com/cr0hn/aiohttp-swagger >`_ is a
1271
- library that allow to add Swagger documentation and embed the
1272
- Swagger-UI into your :mod: `aiohttp.web ` project.
1273
-
1274
1267
CORS support
1275
1268
------------
1276
1269
1277
1270
:mod: `aiohttp.web ` itself does not support `Cross-Origin Resource
1278
1271
Sharing <https://en.wikipedia.org/wiki/Cross-origin_resource_sharing> `_, but
1279
1272
there is an aiohttp plugin for it:
1280
- `aiohttp_cors <https://github.com/aio-libs/aiohttp_cors >`_.
1273
+ `aiohttp-cors <https://github.com/aio-libs/aiohttp-cors >`_.
1281
1274
1282
1275
1283
1276
Debug Toolbar
@@ -1320,10 +1313,8 @@ Install with ``pip``:
1320
1313
1321
1314
$ pip install aiohttp-devtools
1322
1315
1323
- * ``runserver `` provides a development server with auto-reload,
1324
- live-reload, static file serving.
1325
- * ``start `` is a `cookiecutter command which does the donkey work
1326
- of creating new :mod: `aiohttp.web` Applications.
1316
+ ``adev runserver `` provides a development server with auto-reload,
1317
+ live-reload, static file serving.
1327
1318
1328
1319
Documentation and a complete tutorial of creating and running an app
1329
1320
locally are available at `aiohttp-devtools `_.
0 commit comments