v2ray-core/proxy/http/client.go

7 lines
43 B
Go
Raw Normal View History

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