JSON-RPC 2.0
JSON-RPC 2.0 Modern C++ Library
Loading...
Searching...
No Matches
client.hpp File Reference
#include <atomic>
#include <future>
#include <memory>
#include <mutex>
#include <optional>
#include <string>
#include <thread>
#include <unordered_map>
#include <nlohmann/json_fwd.hpp>
#include "jsonrpc/client/request.hpp"
#include "jsonrpc/transport/transport.hpp"
Include dependency graph for client.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  jsonrpc::client::Client
 A JSON-RPC client for sending requests and receiving responses. More...
 

Namespaces

namespace  jsonrpc
 
namespace  jsonrpc::client