v2ray-core/proxy/http/config.go

10 lines
139 B
Go

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