Commit d083e96 1 parent 3b3577a commit d083e96 Copy full SHA for d083e96
File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,8 @@ websocket server using response's methods:
37
37
38
38
You can have the only websocket reader task (which can call ``yield
39
39
from ws.receive() ``) and multiple writer tasks which can only send
40
- data asynchronously (by ``yield from ws.send_str('data') `` for example).
40
+ data asynchronously (by ``yield from ws.send_str('data') `` for
41
+ example).
41
42
42
43
43
44
ClientWebSocketResponse
Original file line number Diff line number Diff line change @@ -15,8 +15,9 @@ HTTP client/server for :term:`asyncio` (:pep:`3156`).
15
15
Features
16
16
--------
17
17
18
- - Supports both :ref: `aiohttp-client ` and :ref: `aiohttp-web `.
19
- - Supports :ref: `aiohttp-web-websockets ` out-of-the-box.
18
+ - Supports both :ref: `aiohttp-client ` and :ref: `HTTP Server <aiohttp-web >`.
19
+ - Supports both :ref: `Server WebSockets <aiohttp-web-websockets >` and
20
+ :ref: `Client WebSockets <aiohttp-client-websockets >` out-of-the-box.
20
21
- Web-server has :ref: `aiohttp-web-middlewares ` and pluggable routing.
21
22
22
23
Library Installation
You can’t perform that action at this time.
0 commit comments