#include "core/config.hpp"
#include "websocketpp/config/asio_no_tls_client.hpp"
#include "websocketpp/client.hpp"
#include "websocketpp/config/asio_no_tls.hpp"
#include "websocketpp/server.hpp"
Go to the source code of this file.
Namespaces | |
nfd | |
-status-http-server | |
nfd::websocket | |
Typedefs | |
using | nfd::websocket::Client = websocketpp::client< websocketpp::config::asio_client > |
using | nfd::websocket::Server = websocketpp::server< websocketpp::config::asio > |