1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-02-20 23:47:21 -05:00

11 lines
152 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 {
2016-07-10 15:34:14 +02:00
Timeout int
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 {
}