File: examples.rst

package info (click to toggle)
python-h2 4.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,652 kB
  • sloc: python: 11,141; makefile: 14; sh: 12
file content (30 lines) | stat: -rw-r--r-- 568 bytes parent folder | download | duplicates (15)
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
Code Examples
=============

This section of the documentation contains long-form code examples. These are
intended as references for developers that would like to get an understanding
of how h2 fits in with various Python I/O frameworks.

Example Servers
---------------

.. toctree::
   :maxdepth: 2

   asyncio-example
   curio-example
   eventlet-example
   gevent-example
   tornado-example
   twisted-example
   wsgi-example

Example Clients
---------------

.. toctree::
   :maxdepth: 2

   plain-sockets-example
   twisted-head-example
   twisted-post-example