|
dodo
0.0.1
A C++ library to create containerized Linux services
|
#include "network/protocol/stomp/stomp.hpp"#include "common/bytes.hpp"#include "common/puts.hpp"#include <cstring>
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::stomp | |
| The STOMP 1.2 protocol (earlier versions not supported). | |
Implements the dodo::network::stomp classes.
Definition in file stomp.cpp.