My favorites
▼
|
Sign in
upp-mirror
U++ is the C++ development platform
Project Home
Downloads
Source
Checkout
Browse
Changes
Source path:
svn
/
trunk
/
uppdev
/
HTTPClient
/
HTTPClient.cpp
‹r4287
r5018
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());
}
Show details
Hide details
Change log
r4860
by cxl on Apr 27, 2012
Diff
.uppdev
Go to:
/trunk/uppdev/ArrayCtrl/main.cpp
/trunk/uppdev/FileSel/FileSel.upp
/trunk/uppdev/FileSel/init
/trunk/uppdev/FileSel/main.cpp
...uppdev/HTTPClient/HTTPClient.cpp
...uppdev/HTTPClient/HTTPClient.upp
/trunk/uppdev/HTTPClient/init
/trunk/uppdev/MySQLSch/MySQLSch.cpp
...k/uppdev/SQL_MySql/SQL_MySql.upp
/trunk/uppdev/SQL_MySql/init
/trunk/uppdev/SQL_MySql/main.cpp
/trunk/uppdev/SqlExp/SqlExp.cpp
/trunk/uppdev/SqlExp/SqlExp.upp
/trunk/uppdev/google_upload
.../google_upload/google_upload.cpp
.../google_upload/google_upload.upp
/trunk/uppdev/google_upload/init
/trunk/uppdev/google_upload/up.py
/trunk/uppdev/testssl/init
/trunk/uppdev/testssl/testssl.cpp
/trunk/uppdev/testssl/testssl.upp
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
View raw file
Powered by
Google Project Hosting