| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/noneback/openapi/main/examples/cpp/http_client/main.cpp | [Back] [Original] |
#include
#include
#ifdef WIN32
#include
#endif
using namespace longport;
int
main(int argc, char const* argv[])
{
#ifdef WIN32
SetConsoleOutputCP(CP_UTF8);
#endif
HttpClient http_cli;
Status status = http_cli.from_env();
if (!status) {
std::cout
| Web Proxy Viewer | New URL | Original Page |