mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
Crypto: removed from releases, copied to uppsrc2
git-svn-id: svn://ultimatepp.org/upp/trunk@4287 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
6b011f9bbd
commit
2a50cebd3a
20 changed files with 1443 additions and 51 deletions
|
|
@ -1,12 +1,8 @@
|
|||
#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());
|
||||
}
|
||||
|
||||
#include <Web/Web.h>
|
||||
|
||||
using namespace Upp;
|
||||
|
||||
CONSOLE_APP_MAIN
|
||||
{
|
||||
Cout() << HttpClient("www.rosettacode.org").ExecuteRedirect();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue