v2ray-core/proxy/http/config.go

11 lines
152 B
Go

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