HTTP Proxy Tunneling support.

--HG--
branch : dev-proxy
This commit is contained in:
Martín Lucas Golini
2019-04-28 19:25:56 -03:00
parent 9e20da4bff
commit f664f89d34
6 changed files with 338 additions and 87 deletions

View File

@@ -133,7 +133,7 @@ EE_MAIN_FUNC int main (int argc, char * argv []) {
// Set the proxy for the request
if ( proxy ) {
request.setProxy( URI( proxy.Get() ) );
http.setProxy( URI( proxy.Get() ) );
}
if ( !output ) {