6 lines
190 B
Go
Raw Normal View History

2017-01-01 21:19:12 +01:00
/*Package websocket implements Websocket transport
2016-08-14 14:11:51 +08:00
Websocket transport implements a HTTP(S) compliable, surveillance proof transport method with plausible deniability.
*/
2016-12-23 00:30:46 +01:00
package websocket