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