Documentation
¶
Overview ¶
Package ws provides WebSocket constants used by cmd/odek/serve.go. Frame I/O is handled directly by golang.org/x/net/websocket.
Index ¶
Constants ¶
View Source
const ( OpText = 1 // WebSocket text frame OpBinary = 2 // WebSocket binary frame )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.