JSON-RPC 2.0
JSON-RPC 2.0 Modern C++ Library
Loading...
Searching...
No Matches
dispatcher.hpp File Reference
#include <expected>
#include <functional>
#include <optional>
#include <string>
#include <unordered_map>
#include <asio.hpp>
#include <nlohmann/json.hpp>
#include <spdlog/spdlog.h>
#include "jsonrpc/endpoint/request.hpp"
#include "jsonrpc/endpoint/response.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::endpoint::Dispatcher
 

Namespaces

namespace  jsonrpc
 
namespace  jsonrpc::endpoint