mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-03 08:46:47 -05:00
10 lines
139 B
Go
10 lines
139 B
Go
package http
|
|
|
|
// Config for HTTP proxy server.
|
|
type Config struct {
|
|
}
|
|
|
|
// ClientConfig for HTTP proxy client.
|
|
type ClientConfig struct {
|
|
}
|