JSON RPC
JSON-RPC 2.0 library for C++
|
Contains the private implementation details of the JSON RPC dispatcher class. More...
#include <functional>
#include <string>
#include <string_view>
#include <unordered_map>
#include "dispatcher.h"
Go to the source code of this file.
Classes | |
class | wwa::json_rpc::dispatcher_private |
Private implementation of the JSON RPC dispatcher class. More... | |
struct | wwa::json_rpc::hasher |
Custom hasher for std::string_view . More... | |
struct | wwa::json_rpc::jsonrpc_request |
Represents a JSON RPC request. More... | |
Namespaces | |
namespace | wwa |
namespace | wwa::json_rpc |
Library namespace. | |
Contains the private implementation details of the JSON RPC dispatcher class.
Definition in file dispatcher_p.h.