1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-26 09:25:23 +00:00
v2fly/transport/internet/websocket/ws.go

8 lines
267 B
Go
Raw Normal View History

2017-01-01 20:19:12 +00:00
/*Package websocket implements Websocket transport
2016-08-14 06:11:51 +00:00
2018-04-02 08:12:35 +00:00
Websocket transport implements an HTTP(S) compliable, surveillance proof transport method with plausible deniability.
2016-08-14 06:11:51 +00:00
*/
2016-12-22 23:30:46 +00:00
package websocket
2017-04-08 23:43:25 +00:00
2021-02-16 20:31:50 +00:00
//go:generate go run github.com/v2fly/v2ray-core/v4/common/errors/errorgen