#include <websocketpp/config/asio_no_tls_client.hpp>
#include <websocketpp/client.hpp>
#include <websocketpp/common/thread.hpp>
#include <websocketpp/common/memory.hpp>
#include <cstdlib>
#include <iostream>
#include <map>
#include <string>
#include <sstream>
Go to the source code of this file.
Classes | |
class | connection_metadata |
class | websocket_endpoint |
Typedefs | |
typedef websocketpp::client< websocketpp::config::asio_client > | client |
Functions | |
std::ostream & | operator<< (std::ostream &out, connection_metadata const &data) |
int | main () |
std::ostream& operator<< | ( | std::ostream & | out, |
connection_metadata const & | data | ||
) |
int main | ( | ) |
Definition at line 218 of file step5.cpp.
References websocket_endpoint::close(), websocket_endpoint::connect(), websocket_endpoint::get_metadata(), and websocketpp::close::status::normal.