JSON-RPC 2.0
JSON-RPC 2.0 Modern C++ Library
Loading...
Searching...
No Matches
dispatcher.hpp File Reference
#include <optional>
#include <string>
#include <unordered_map>
#include <vector>
#include <BS_thread_pool.hpp>
#include <nlohmann/json.hpp>
#include "jsonrpc/server/request.hpp"
#include "jsonrpc/server/response.hpp"
#include "jsonrpc/server/types.hpp"
Include dependency graph for dispatcher.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  jsonrpc::server::Dispatcher
 Dispatcher for JSON-RPC requests. More...
 

Namespaces

namespace  jsonrpc
 
namespace  jsonrpc::server