You've already forked v2ray-core
11 lines
152 B
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 {
|
|
}
|