|
default ACAP port |
|
default FTP port |
|
default Gopher port |
|
default HTTP port |
|
default HTTPS port |
|
default IMAP port |
|
default LDAP port |
|
default NFS port |
|
default NNTP port |
|
default POP port |
|
default Prospero port |
|
default RTSP port |
|
default SIP port |
|
default SNEWS port |
|
default SSH port |
|
default telnet port |
|
default TIP port |
|
Just omit password |
|
Show "scheme://user\@site:port" only |
|
Omit the "?queryarg" from the path |
|
suppress "scheme://user\@site:port" |
|
Just omit user |
|
Value: omit "user:password\@" part |
|
Show plain text password (default: show XXXXXXXX) |
|
default WAIS port |
|
|
|
|
|
Parse a given URI, fill in all supplied fields of a apr_uri_t structure. This eliminates the necessity of extracting host, port, path, query info repeatedly in the modules.
|
|
Special case for CONNECT parsing: it comes with the hostinfo part only
|
|
Return the default port for a given scheme. The schemes recognized are http, ftp, https, gopher, wais, nntp, snews, and prospero
|
|
Unparse a apr_uri_t structure to an URI string. Optionally suppress the password for security reasons.
|