packio
|
The JSON-RPC protocol implementation. More...
#include <packio/nl_json_rpc/rpc.h>
Public Types | |
using | id_type = internal::id_type |
Type of the call ID. | |
using | native_type = internal::native_type |
The native type of the serialization library. | |
using | request_type = internal::request |
The type of the parsed request object. | |
using | response_type = internal::response |
The type of the parsed response object. | |
using | incremental_parser_type = internal::incremental_parser |
The incremental parser type. | |
The JSON-RPC protocol implementation.