|
MEPP2 Project
|
#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>
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 30 of file http_client_sync.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |