These functions are part of the Globus common library. The GLOBUS_COMMON module must be activated in order to use them.
|
URL Schemes. The Globus URL library supports a set of URL schemes (protocols). This enumeration can be used to quickly dispatch a parsed URL based on a constant value.
|
|
Parse a string containing a URL into a globus_url_t.
|
|
Parse a string containing a URL into a globus_url_t.
|
|
Parse a string containing a URL into a globus_url_t Looser restrictions on characters allowed in the path part of the URL.
|
|
Destroy a globus_url_t structure. This function frees all memory associated with a globus_url_t structure.
|
|
Get the scheme of an URL. This function determines the scheme type of the url string, and populates the variable pointed to by second parameter with that value. This performs a less expensive parsing than globus_url_parse() and is suitable for applications which need only to choose a handler based on the URL scheme.
|
|
Create a copy of an URL structure. This function copies the contents of a url structure into another.
|
about globus |
globus toolkit |
dev.globus
Comments? webmaster@globus.org