#include <uri_parser.h>
|
static absl::StatusOr< URI > | Parse (absl::string_view uri_text) |
|
◆ URI() [1/4]
grpc_core::URI::URI |
( |
std::string |
scheme, |
|
|
std::string |
authority, |
|
|
std::string |
path, |
|
|
std::vector< QueryParam > |
query_parameter_pairs, |
|
|
std::string |
fragment_ |
|
) |
| |
◆ URI() [2/4]
◆ URI() [3/4]
grpc_core::URI::URI |
( |
const URI & |
other | ) |
|
◆ URI() [4/4]
grpc_core::URI::URI |
( |
URI && |
| ) |
|
|
default |
◆ authority()
const std::string& grpc_core::URI::authority |
( |
| ) |
const |
|
inline |
◆ fragment()
const std::string& grpc_core::URI::fragment |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
URI & grpc_core::URI::operator= |
( |
const URI & |
other | ) |
|
◆ operator=() [2/2]
URI& grpc_core::URI::operator= |
( |
URI && |
| ) |
|
|
default |
◆ Parse()
absl::StatusOr< URI > grpc_core::URI::Parse |
( |
absl::string_view |
uri_text | ) |
|
|
static |
◆ path()
const std::string& grpc_core::URI::path |
( |
| ) |
const |
|
inline |
◆ query_parameter_map()
const std::map<absl::string_view, absl::string_view>& grpc_core::URI::query_parameter_map |
( |
| ) |
const |
|
inline |
◆ query_parameter_pairs()
const std::vector<QueryParam>& grpc_core::URI::query_parameter_pairs |
( |
| ) |
const |
|
inline |
◆ scheme()
const std::string& grpc_core::URI::scheme |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: