mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-03 16:56:25 -05:00
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 {
|
|
}
|