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 03c5f54 commit 688154cCopy full SHA for 688154c
README.rst
@@ -17,9 +17,10 @@ with it involves:
17
18
2) Writing some code that uses ``conn.data_to_send()`` and
19
``conn.receive_data()`` to shuffle bytes between the
20
- ``h11.Connection`` and whatever your favorite socket library is
21
- (could be synchronous, threaded, asynchronous, whatever -- h11
22
- won't judge you).
+ ``h11.Connection`` and your favorite network API. That API could be
+ anything you want: synchronous, threaded, asynchronous, or your own
+ implementation of `RFC 6214 <https://tools.ietf.org/html/rfc6214>`_
23
+ -- h11 won't judge you.
24
25
3) Then, sending and receiving high-level HTTP "events". (You send
26
them with ``conn.send()``, and receive them as the return value
0 commit comments