#include <uri_parser.h>
Definition at line 31 of file uri_parser.h.
◆ URI() [1/4]
◆ URI() [2/4]
grpc_core::URI::URI |
( |
const URI & |
other | ) |
|
◆ URI() [3/4]
grpc_core::URI::URI |
( |
URI && |
| ) |
|
|
default |
◆ URI() [4/4]
grpc_core::URI::URI |
( |
std::string |
scheme, |
|
|
std::string |
authority, |
|
|
std::string |
path, |
|
|
std::vector< QueryParam > |
query_parameter_pairs, |
|
|
std::string |
fragment |
|
) |
| |
|
private |
◆ authority()
const std::string& grpc_core::URI::authority |
( |
| ) |
const |
|
inline |
◆ Create()
absl::StatusOr< URI > grpc_core::URI::Create |
( |
std::string |
scheme, |
|
|
std::string |
authority, |
|
|
std::string |
path, |
|
|
std::vector< QueryParam > |
query_parameter_pairs, |
|
|
std::string |
fragment |
|
) |
| |
|
static |
◆ fragment()
const std::string& grpc_core::URI::fragment |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
URI& grpc_core::URI::operator= |
( |
URI && |
| ) |
|
|
default |
◆ Parse()
◆ path()
const std::string& grpc_core::URI::path |
( |
| ) |
const |
|
inline |
◆ PercentDecode()
◆ PercentEncodeAuthority()
◆ PercentEncodePath()
◆ query_parameter_map()
◆ 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 |
◆ ToString()
std::string grpc_core::URI::ToString |
( |
| ) |
const |
◆ authority_
std::string grpc_core::URI::authority_ |
|
private |
◆ fragment_
std::string grpc_core::URI::fragment_ |
|
private |
◆ path_
std::string grpc_core::URI::path_ |
|
private |
◆ query_parameter_map_
◆ query_parameter_pairs_
std::vector<QueryParam> grpc_core::URI::query_parameter_pairs_ |
|
private |
◆ scheme_
std::string grpc_core::URI::scheme_ |
|
private |
The documentation for this class was generated from the following files: