MEPP2 Project
Typedefs | Functions
http_client_sync.cpp File Reference
#include <boost/beast/core.hpp>
#include <boost/beast/http.hpp>
#include <boost/beast/version.hpp>
#include <boost/asio/connect.hpp>
#include <boost/asio/ip/tcp.hpp>
#include <cstdlib>
#include <iostream>
#include <string>
Include dependency graph for http_client_sync.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 30 of file http_client_sync.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 33 of file http_client_sync.cpp.

Here is the call graph for this function: