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
This diff is collapsed.
src/pkg/websocket/hixie.go
0 → 100644
This diff is collapsed.
src/pkg/websocket/hybi.go
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Please
register
or
sign in
to comment