MEPP2 Project
|
#include "root_certificates.hpp"
#include <boost/beast/core.hpp>
#include <boost/beast/http.hpp>
#include <boost/beast/ssl.hpp>
#include <boost/beast/version.hpp>
#include <boost/asio/connect.hpp>
#include <boost/asio/ip/tcp.hpp>
#include <boost/asio/ssl/error.hpp>
#include <boost/asio/ssl/stream.hpp>
#include <cstdlib>
#include <iostream>
#include <string>
Go to the source code of this file.
Typedefs | |
using | tcp = net::ip::tcp |
Functions | |
int | main (int argc, char **argv) |
using tcp = net::ip::tcp |
Definition at line 34 of file http_client_sync_ssl.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |