BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
Namespaces | |
detail | |
Classes | |
class | connection |
struct | header |
struct | reply |
struct | request |
class | websocket_client |
class | websocket_connection |
class | websocket_server |
class | websocket_tls_server |
Typedefs | |
typedef std::vector< header > | headers |
typedef std::shared_ptr< connection > | connection_ptr |
typedef std::shared_ptr< websocket_connection > | websocket_connection_ptr |
typedef std::function< void(const websocket_connection_ptr &)> | on_connection_handler |
Functions | |
std::vector< header > | parse_urlencoded_params (const std::string &f) |
typedef std::shared_ptr<connection> fc::http::connection_ptr |
Definition at line 78 of file connection.hpp.
typedef std::vector<header> fc::http::headers |
Definition at line 21 of file connection.hpp.
typedef std::function<void(const websocket_connection_ptr&)> fc::http::on_connection_handler |
Definition at line 49 of file websocket.hpp.
typedef std::shared_ptr<websocket_connection> fc::http::websocket_connection_ptr |
Definition at line 47 of file websocket.hpp.
std::vector< header > fc::http::parse_urlencoded_params | ( | const std::string & | f | ) |
Definition at line 180 of file http_connection.cpp.