1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-10-20 10:43:56 -04:00
v2fly/transport/internet/websocket/ws.go

9 lines
268 B
Go
Raw Normal View History

2022-06-28 08:26:01 -04:00
/*
Package websocket implements Websocket transport
2016-08-14 02:11:51 -04:00
2018-04-02 04:12:35 -04:00
Websocket transport implements an HTTP(S) compliable, surveillance proof transport method with plausible deniability.
2016-08-14 02:11:51 -04:00
*/
2016-12-22 18:30:46 -05:00
package websocket
2017-04-08 19:43:25 -04:00
//go:generate go run github.com/v2fly/v2ray-core/v5/common/errors/errorgen