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 4d72b51 commit e2d44e3Copy full SHA for e2d44e3
netconn.go
@@ -12,6 +12,11 @@ import (
12
13
// NetConn converts a *websocket.Conn into a net.Conn.
14
//
15
+// It's for tunneling arbitrary protocols over WebSockets.
16
+// Few users of the library will need this but it's tricky to implement
17
+// correctly and so provided in the library.
18
+// See https://github.com/nhooyr/websocket/issues/100.
19
+//
20
// Every Write to the net.Conn will correspond to a binary message
21
// write on *webscoket.Conn.
22
0 commit comments