MEPP2 Project
Classes | Typedefs | Functions
http_client_async.cpp File Reference
#include <boost/beast/core.hpp>
#include <boost/beast/http.hpp>
#include <boost/beast/version.hpp>
#include <boost/asio/strand.hpp>
#include <cstdlib>
#include <functional>
#include <iostream>
#include <memory>
#include <string>
Include dependency graph for http_client_async.cpp:

Go to the source code of this file.

Classes

class  session
 

Typedefs

using tcp = boost::asio::ip::tcp
 

Functions

void fail (beast::error_code ec, char const *what)
 
int main (int argc, char **argv)
 

Typedef Documentation

◆ tcp

using tcp = boost::asio::ip::tcp

Definition at line 29 of file http_client_async.cpp.

Function Documentation

◆ fail()

void fail ( beast::error_code  ec,
char const *  what 
)

Definition at line 35 of file http_client_async.cpp.

Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 161 of file http_client_async.cpp.

Here is the call graph for this function: