Skip to content

Commit 688154c

Browse files
committed
wording tweak
1 parent 03c5f54 commit 688154c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ with it involves:
1717

1818
2) Writing some code that uses ``conn.data_to_send()`` and
1919
``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).
20+
``h11.Connection`` and your favorite network API. That API could be
21+
anything you want: synchronous, threaded, asynchronous, or your own
22+
implementation of `RFC 6214 <https://tools.ietf.org/html/rfc6214>`_
23+
-- h11 won't judge you.
2324

2425
3) Then, sending and receiving high-level HTTP "events". (You send
2526
them with ``conn.send()``, and receive them as the return value

0 commit comments

Comments
 (0)