#include <uri_parser.h>
Public Member Functions | |
bool | operator< (const QueryParam &other) const |
bool | operator== (const QueryParam &other) const |
Public Attributes | |
std::string | key |
std::string | value |
Definition at line 33 of file uri_parser.h.
|
inline |
Definition at line 39 of file uri_parser.h.
|
inline |
Definition at line 36 of file uri_parser.h.
std::string grpc_core::URI::QueryParam::key |
Definition at line 34 of file uri_parser.h.
std::string grpc_core::URI::QueryParam::value |
Definition at line 35 of file uri_parser.h.