JSON-RPC 2.0
JSON-RPC 2.0 Modern C++ Library
|
#include <atomic>
#include <functional>
#include <memory>
#include <optional>
#include <string>
#include <unordered_map>
#include <asio.hpp>
#include <nlohmann/json.hpp>
#include <spdlog/spdlog.h>
#include "jsonrpc/endpoint/dispatcher.hpp"
#include "jsonrpc/endpoint/jsonrpc_traits.hpp"
#include "jsonrpc/endpoint/pending_request.hpp"
#include "jsonrpc/endpoint/response.hpp"
#include "jsonrpc/endpoint/typed_handlers.hpp"
#include "jsonrpc/transport/transport.hpp"
Go to the source code of this file.
Classes | |
class | jsonrpc::endpoint::RpcEndpoint |
Namespaces | |
namespace | jsonrpc |
namespace | jsonrpc::endpoint |