#include "xroad_string.h"
Go to the source code of this file.
Classes | |
struct | xroad_uri_rabbit_t |
struct | xroad_uri_uds_t |
struct | xroad_uri_shm_t |
struct | xroad_uri_tcp_t |
struct | xroad_uri_udp_t |
struct | xroad_uri_mysql_t |
struct | xroad_uri_res_t |
Functions | |
xroad_errno_t | xroad_uri_parse (xroad_str_t uri, xroad_uri_res_t *res) |
xroad_uri_type_t | xroad_uri_get_type (xroad_str_t uri) |
xroad_uri_type_t xroad_uri_get_type | ( | xroad_str_t | uri | ) |
get URI type
[in] | uri | - string URI representation |
xroad_errno_t xroad_uri_parse | ( | xroad_str_t | uri, |
xroad_uri_res_t * | res | ||
) |
parse URI
[in] | uri | - string URI representation |
[out] | res | - parsed URI |