We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48dbaf5 commit 6198baeCopy full SHA for 6198bae
README.rst
@@ -10,6 +10,13 @@ http client/server for asyncio
10
:target: https://secure.travis-ci.org/KeepSafe/aiohttp
11
:align: right
12
13
+Features
14
+--------
15
+
16
+- Supports both client and server side of HTTP protocol.
17
+- Supports Web-Sockets out-of-the-box.
18
+- Web-server has middlewares and pluggable routing.
19
20
21
Requirements
22
------------
@@ -29,6 +36,12 @@ Documentation
29
36
30
37
http://aiohttp.readthedocs.org/
31
38
39
+Source code
40
+------------
41
42
+The latest developer version is available in a github repository:
43
+https://github.com/KeepSafe/aiohttp
44
32
45
33
46
Getting started
34
47
---------------
0 commit comments