mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@14342 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
37fa84b4b2
commit
44ffaba918
2 changed files with 19 additions and 0 deletions
9
upptst/Https/Https.cpp
Normal file
9
upptst/Https/Https.cpp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#include <Core/Core.h>
|
||||
|
||||
using namespace Upp;
|
||||
|
||||
CONSOLE_APP_MAIN
|
||||
{
|
||||
HttpRequest::Trace();
|
||||
LOG(HttpRequest("https://www.ultimatepp.org").Execute());
|
||||
}
|
||||
10
upptst/Https/Https.upp
Normal file
10
upptst/Https/Https.upp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
uses
|
||||
Core,
|
||||
Core/SSL;
|
||||
|
||||
file
|
||||
Https.cpp;
|
||||
|
||||
mainconfig
|
||||
"" = "";
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue