websocket: Implements new version of WebSocket protocol.
This introduces new APIs. - DialConfig can open client connection using Config, so user can specify protocol version, tls.Config if necessary. - Message can be used to send/receive text/binary data in a frame. - JSON can be used to send/receive JSON data in a frame. R=golang-dev, adg, rsc, m, tarmigan, raul.san, yohcop CC=golang-dev https://golang.org/cl/4635084
Showing
src/pkg/websocket/hixie.go
0 → 100644
src/pkg/websocket/hybi.go
0 → 100644
Please
register
or
sign in
to comment