|
GRPC Core
9.0.0
|
Go to the source code of this file.
Data Structures | |
| struct | grpc_uri |
Functions | |
| grpc_uri * | grpc_uri_parse (const char *uri_text, bool suppress_errors) |
| parse a uri, return NULL on failure More... | |
| const char * | grpc_uri_get_query_arg (const grpc_uri *uri, const char *key) |
| return the part of a query string after the '=' in "?key=xxx&...", or NULL if key is not present More... | |
| void | grpc_uri_destroy (grpc_uri *uri) |
| destroy a uri More... | |
| void grpc_uri_destroy | ( | grpc_uri * | uri | ) |
destroy a uri
| const char* grpc_uri_get_query_arg | ( | const grpc_uri * | uri, |
| const char * | key | ||
| ) |
return the part of a query string after the '=' in "?key=xxx&...", or NULL if key is not present
| grpc_uri* grpc_uri_parse | ( | const char * | uri_text, |
| bool | suppress_errors | ||
| ) |
parse a uri, return NULL on failure