My favorites | Sign in
Project Home Downloads Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <Web/SSL/SSL.h>

using namespace Upp;

CONSOLE_APP_MAIN
{

HttpClient::Trace();
HttpsClient h;
h.URL("www.google.com");
h.Proxy("90.182.182.154", 8080);
DDUMP(h.ExecuteRedirect());
}

Change log

r4860 by cxl on Apr 27, 2012   Diff
.uppdev
Go to: 
Project members, sign in to write a code review

Older revisions

r4287 by cxl on Dec 9, 2011   Diff
Crypto: removed from releases, copied
to uppsrc2
r3883 by cxl on Sep 18, 2011   Diff
.uppdev
All revisions of this file

File info

Size: 198 bytes, 13 lines
Powered by Google Project Hosting