|
cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Definition of constants of schemes. More...
#include <string_view>Go to the source code of this file.
Namespaces | |
| namespace | msgpack_rpc |
| Namespace of cpp-msgpack-rpc library. | |
| namespace | msgpack_rpc::addresses |
| Namespace of addresses. | |
Variables | |
| constexpr std::string_view | msgpack_rpc::addresses::TCP_SCHEME = "tcp" |
| Scheme of TCP. | |
| constexpr std::string_view | msgpack_rpc::addresses::UNIX_SOCKET_SCHEME = "unix" |
| Scheme of unix sockets (streaming protocol). | |
Definition of constants of schemes.
Definition in file schemes.h.