MEPP2 Project
Typedefs | Functions
http_client_sync_ssl.cpp File Reference
#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>
Include dependency graph for http_client_sync_ssl.cpp:

Go to the source code of this file.

Typedefs

using tcp = net::ip::tcp
 

Functions

int main (int argc, char **argv)
 

Typedef Documentation

◆ tcp

using tcp = net::ip::tcp

Definition at line 34 of file http_client_sync_ssl.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 37 of file http_client_sync_ssl.cpp.

Here is the call graph for this function: