|
dodo
0.0.1
A C++ library to create containerized Linux services
|
#include "network/address.hpp"#include "network/basesocket.hpp"#include "network/protocol/http/http.hpp"#include "network/protocol/stomp/stomp.hpp"#include "network/socket.hpp"#include "network/tcplistener.hpp"#include "network/tcpserver.hpp"#include "network/tlscontext.hpp"#include "network/tlssocket.hpp"#include "network/uri.hpp"#include "network/x509cert.hpp"

Go to the source code of this file.
Namespaces | |
| dodo | |
| A C++ platform interface to lean Linux services tailored for containerized deployment. | |
| dodo::network | |
| Interface for network communication. | |
| dodo::network::protocol | |
| Application layer protocols. | |
| dodo::network::protocol::http | |
| The HTTP 1.1 protocol. | |
| dodo::network::protocol::stomp | |
| The STOMP 1.2 protocol (earlier versions not supported). | |
Functions | |
| void | dodo::network::closeLibrary () |
| Close the dodo::network library. More... | |
| void | dodo::network::initLibrary () |
| Initialize the dodo::network library. More... | |
Includes network headers and implements network::initLibrary() and network::closeLibrary().
Definition in file network.hpp.