cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
Implementation of URI class. More...
#include "msgpack_rpc/addresses/uri.h"
#include <ostream>
#include <absl/strings/string_view.h>
#include <fmt/format.h>
#include <re2/re2.h>
#include "msgpack_rpc/addresses/schemes.h"
#include "msgpack_rpc/common/msgpack_rpc_exception.h"
#include "msgpack_rpc/common/status_code.h"
Go to the source code of this file.
Namespaces | |
namespace | fmt |
Namespace of fmt library. | |
namespace | msgpack_rpc |
Namespace of cpp-msgpack-rpc library. | |
namespace | msgpack_rpc::addresses |
Namespace of addresses. |
Functions | |
std::ostream & | operator<< (std::ostream &stream, const msgpack_rpc::addresses::URI &uri) |
Format a URI. |
Implementation of URI class.
Definition in file uri.cpp.
std::ostream & operator<< | ( | std::ostream & | stream, |
const msgpack_rpc::addresses::URI & | uri ) |