netws

package
v0.0.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 29, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConnWithAddr

func ConnWithAddr(conn net.Conn, addr net.Addr) net.Conn

ConnWithAddr attaches remote address info to a net.Conn

func NetConn

func NetConn(c *websocket.Conn) net.Conn

NetConn returns a net.Conn from a golang.org/x/net/websocket.Conn. x/net/websocket.Conn already implements net.Conn directly. Sets PayloadType to BinaryFrame and disables payload size limit.

func NewAddr

func NewAddr(network, hostport string) net.Addr

NewAddr creates a net.Addr from network and address string

func Wrconn

func Wrconn(w http.ResponseWriter, r *http.Request) (net.Conn, error)

Wrconn upgrades an HTTP connection to a WebSocket connection using x/net/websocket and returns a net.Conn.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL