1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-10-02 08:46:04 -04:00
v2fly/proxy/http/config.go
2016-07-10 15:27:58 +02:00

10 lines
139 B
Go

package http
// Config for HTTP proxy server.
type Config struct {
}
// ClientConfig for HTTP proxy client.
type ClientConfig struct {
}