v2ray-core/proxy/http/client.go

7 lines
43 B
Go
Raw Normal View History

2016-05-07 14:08:27 +02:00
package http
2016-05-28 13:44:11 +02:00
2018-05-27 13:02:29 +02:00
/*
2016-05-28 13:44:11 +02:00
type Client struct {
}
2018-05-27 13:02:29 +02:00
*/