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 16:46:31 +02:00
// Config for HTTP proxy server.
type Config struct {
2015-12-14 16:26:29 +00:00
}
2016-05-28 13:44:11 +02:00
2016-05-29 16:46:31 +02:00
// ClientConfig for HTTP proxy client.
2016-05-28 13:44:11 +02:00
type ClientConfig struct {
}