v2ray-core/proxy/http/config.go

10 lines
139 B
Go
Raw Normal View History

2015-12-14 16:26:29 +00:00
package http
2016-05-29 14:46:31 +00:00
// Config for HTTP proxy server.
type Config struct {
2015-12-14 16:26:29 +00:00
}
2016-05-28 11:44:11 +00:00
2016-05-29 14:46:31 +00:00
// ClientConfig for HTTP proxy client.
2016-05-28 11:44:11 +00:00
type ClientConfig struct {
}