#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/strand.hpp>
#include <cstdlib>
#include <functional>
#include <iostream>
#include <memory>
#include <string>
Go to the source code of this file.
|
using | tcp = boost::asio::ip::tcp |
|
|
void | fail (beast::error_code ec, char const *what) |
|
int | main (int argc, char **argv) |
|
◆ tcp
using tcp = boost::asio::ip::tcp |
◆ fail()
void fail |
( |
beast::error_code |
ec, |
|
|
char const * |
what |
|
) |
| |
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |