globus_common
16.7
|
URL Parsing. More...
Go to the source code of this file.
Data Structures | |
struct | globus_url_t |
Parsed URLs.This structure contains the fields which were parsed from an string representation of an URL. There are no methods to access fields of this structure. More... | |
Enumerations |
Functions | |
int | globus_url_parse (const char *url_string, globus_url_t *url) |
int | globus_url_parse_rfc1738 (const char *url_string, globus_url_t *url) |
int | globus_url_parse_loose (const char *url_string, globus_url_t *url) |
int | globus_url_destroy (globus_url_t *url) |
int | globus_url_copy (globus_url_t *dest, const globus_url_t *src) |
int | globus_url_get_scheme (const char *url_string, globus_url_scheme_t *scheme_type) |
URL Parsing.