JSON-RPC 2.0
JSON-RPC 2.0 Modern C++ Library
|
#include <asio.hpp>
#include <asio/local/stream_protocol.hpp>
#include <cstdint>
#include <string>
#include "jsonrpc/transport/framed_transport.hpp"
#include "jsonrpc/transport/socket_transport.hpp"
Go to the source code of this file.
Classes | |
class | jsonrpc::transport::FramedSocketTransport |
Transport layer using Asio sockets for JSON-RPC communication with framing. More... | |
Namespaces | |
namespace | jsonrpc |
namespace | jsonrpc::transport |