Skip to content

Commit

Permalink
docs: Remove reference to hyper Incoming
Browse files Browse the repository at this point in the history
  • Loading branch information
tmccombs committed Dec 5, 2023
1 parent 1fc5a20 commit c707d5a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ This library is intended to automatically initiate a TLS connection
as for each new connection in a source of new streams (such as a listening
TCP or unix domain socket).

In particular, the `TlsListener` can be used as the `incoming` argument to `hyper::server::Server::builder` (requires
one of the `hyper-h1` or `hyper-h2` features).
It can be used to easily create a `Stream` of TLS connections from a listening socket.

See examples for examples of usage.

You must enable either one of the `rustls`, `native-tls`, or `openssl` features depending on which implementation you
You must enable either one of the `rustls`, `native-tls`, or `openssl` features depending on which implementation you
would like to use.

0 comments on commit c707d5a

Please sign in to comment.