mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
.uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@3883 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
68a128a4d9
commit
d5e848692c
3 changed files with 27 additions and 0 deletions
12
uppdev/HTTPClient/HTTPClient.cpp
Normal file
12
uppdev/HTTPClient/HTTPClient.cpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#include <Web/Web.h>
|
||||
|
||||
using namespace Upp;
|
||||
|
||||
|
||||
CONSOLE_APP_MAIN
|
||||
{
|
||||
DDUMP(HttpClient("www.idnes.cz").ExecuteRedirect());
|
||||
DDUMP(HttpClient("http://g.idnes.cz/js/sph/2010.js?rr=033").ExecuteRedirect());
|
||||
DDUMP(HttpClient("http://www.ultimatepp.org/src$CtrlLib$ArrayCtrl$en-us.html").ExecuteRedirect());
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue