.TH "globus_url_t" 3 "Wed Feb 27 2019" "Version 18.2" "globus_common" \" -*- nroff -*- .ad l .nh .SH NAME globus_url_t \- Parsed URLs\&. .PP 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\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Data Fields" .in +1c .ti -1c .RI "char * \fBscheme\fP" .br .ti -1c .RI "\fBglobus_url_scheme_t\fP \fBscheme_type\fP" .br .ti -1c .RI "char * \fBuser\fP" .br .ti -1c .RI "char * \fBpassword\fP" .br .ti -1c .RI "char * \fBhost\fP" .br .ti -1c .RI "unsigned short \fBport\fP" .br .ti -1c .RI "char * \fBurl_path\fP" .br .ti -1c .RI "char * \fBdn\fP" .br .ti -1c .RI "char * \fBattributes\fP" .br .ti -1c .RI "char * \fBscope\fP" .br .ti -1c .RI "char * \fBfilter\fP" .br .ti -1c .RI "char * \fBurl_specific_part\fP" .br .in -1c .SH "Detailed Description" .PP Parsed URLs\&. .PP 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\&. .SH "Field Documentation" .PP .SS "char* globus_url_t::attributes" The list of attributes which should be returned from an LDAP search\&. [ldap] .SS "char* globus_url_t::dn" The distinguished name for the base of an LDAP search\&. [ldap] .SS "char* globus_url_t::filter" The filter to be applied to an LDAP search [ldap] .SS "char* globus_url_t::host" The host name or IP address of the URL\&. [ftp, gsiftp, http, https, ldap, x-nexus .SS "char* globus_url_t::password" The user's password from the URL\&. [ftp, gsiftp] .SS "unsigned short globus_url_t::port" The TCP port number of the service providing the URL [ftp, gsiftp, http, https, ldap, x-nexus] .SS "char* globus_url_t::scheme" A string containing the URL's scheme (http, ftp, etc) .SS "\fBglobus_url_scheme_t\fP globus_url_t::scheme_type" An enumerated scheme type\&. This is derived from the scheme string .SS "char* globus_url_t::scope" The scope of an LDAP search\&. [ldap] .SS "char* globus_url_t::url_path" The path name of the resource on the service providing the URL\&. [ftp, gsiftp, http, https] .SS "char* globus_url_t::url_specific_part" An unparsed string containing the remaining text after the optional host and port of an unknown URL, or the contents of a x-gass-cache URL [x-gass-cache, unknown] .SS "char* globus_url_t::user" The username portion of the URL\&. [ftp, gsiftp] .SH "Author" .PP Generated automatically by Doxygen for globus_common from the source code\&.