File: api.rst

package info (click to toggle)
python-aiohttp 0.17.2-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 2,368 kB
  • sloc: python: 19,899; makefile: 205
file content (76 lines) | stat: -rw-r--r-- 1,322 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
.. _aiohttp-api:

Helpers API
===========

All public names from submodules
``errors``, ``multipart``, ``parsers``, ``protocol``, ``utils``,
``websocket`` and ``wsgi`` are exported into ``aiohttp``
namespace.


aiohttp.errors module
---------------------

.. automodule:: aiohttp.errors
    :members:
    :undoc-members:
    :show-inheritance:

aiohttp.helpers module
----------------------

.. automodule:: aiohttp.helpers
    :members:
    :undoc-members:
    :show-inheritance:

aiohttp.multipart module
------------------------

.. automodule:: aiohttp.multipart
    :members:
    :undoc-members:
    :show-inheritance:

aiohttp.parsers module
----------------------

.. automodule:: aiohttp.parsers
    :members:
    :undoc-members:
    :show-inheritance:

aiohttp.protocol module
-----------------------

.. automodule:: aiohttp.protocol
    :members:
    :undoc-members:
    :show-inheritance:

aiohttp.streams module
----------------------

.. automodule:: aiohttp.streams
    :members:
    :undoc-members:
    :show-inheritance:

aiohttp.websocket module
------------------------

.. automodule:: aiohttp.websocket
    :members:
    :undoc-members:
    :show-inheritance:

aiohttp.wsgi module
-------------------

.. automodule:: aiohttp.wsgi
    :members:
    :undoc-members:
    :show-inheritance:

.. disqus::