nlib
JsonRpcRequest.h File Reference
#include <iterator>
#include <utility>
#include "nn/nlib/Config.h"
#include "nn/nlib/UniquePtr.h"
#include "nn/nlib/Nlist.h"
#include "nn/nlib/Swap.h"
#include "nn/nlib/ReallocOutputStream.h"
#include "nn/nlib/msgpack/MpObject.h"
#include "nn/nlib/msgpack/jsonrpc/JsonRpcResponse.h"

Go to the source code of this file.

Classes

class  nn::nlib::msgpack::jsonrpc::JsonRpcRequest
 Class for representing a JSON-RPC request. More...
 
class  nn::nlib::msgpack::jsonrpc::JsonRpcRequestWriter
 Class to serialize and write the JSON-RPC request to memory. More...
 
class  nn::nlib::msgpack::jsonrpc::JsonRpcRequestReader
 Class that reads the JSON-RPC request. More...
 

Namespaces

 nn::nlib
 Implements stream-related classes usually commonly used, various containers, and other gadget classes. nlib_ns is an alias.
 
 nn::nlib::msgpack
 The library used to implement the MessagePack serializer, the JSON parser/writer, and the CSV parser.
 
 nn::nlib::msgpack::jsonrpc
 Implements JSON-RPC 2.0.