http
outbound is a HTTP CONNECT proxy client.
{
"type": "http",
"tag": "http-out",
"server": "127.0.0.1",
"server_port": 1080,
"username": "sekai",
"password": "admin",
"path": "",
"headers": {},
"tls": {},
... // Dial Fields
}
==Required==
The server address.
==Required==
The server port.
Basic authorization username.
Basic authorization password.
Path of HTTP request.
Extra headers of HTTP request.
TLS configuration, see TLS.
See Dial Fields for details.