1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-29 23:36:25 -04:00
v2fly/proxy/http/config.go

11 lines
152 B
Go
Raw Normal View History

2015-12-14 11:26:29 -05:00
package http
2016-05-29 10:46:31 -04:00
// Config for HTTP proxy server.
type Config struct {
2016-07-10 09:34:14 -04:00
Timeout int
2015-12-14 11:26:29 -05:00
}
2016-05-28 07:44:11 -04:00
2016-05-29 10:46:31 -04:00
// ClientConfig for HTTP proxy client.
2016-05-28 07:44:11 -04:00
type ClientConfig struct {
}