We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b765f3 commit 62f52c2Copy full SHA for 62f52c2
1 file changed
compio-ws/src/tls.rs
@@ -1,4 +1,4 @@
1
-//! Rustls support.
+//! TLS support for WebSocket connections (native-tls and rustls).
2
3
use compio_io::{AsyncRead, AsyncWrite};
4
use compio_net::{TcpOpts, TcpStream};
0 commit comments