Results for: "uri"

Returns a String representation of the URI::FTP.

No documentation available
No documentation available
No documentation available
No documentation available

Protected setter for the host component v.

See also URI::Generic.host=.

do nothing

raise InvalidURIError

raise InvalidURIError

do nothing

do nothing

Returns default port.

Returns default port.

Checks the scheme v component against the URI::Parser Regexp for :SCHEME.

Protected setter for the scheme component v.

See also URI::Generic.scheme=.

Checks the user v component for RFC2396 compliance and against the URI::Parser Regexp for :USERINFO.

Can not have a registry or opaque component defined, with a user component defined.

Checks the password v component for RFC2396 compliance and against the URI::Parser Regexp for :USERINFO.

Can not have a registry or opaque component defined, with a user component defined.

Protected setter for the user component v.

See also URI::Generic.user=.

Protected setter for the password component v.

See also URI::Generic.password=.

Escapes ‘user:password’ v based on RFC 1738 section 3.1.

Returns the user component after URI decoding.

Returns the password component after URI decoding.

Checks the host v component for RFC2396 compliance and against the URI::Parser Regexp for :HOST.

Can not have a registry or opaque component defined, with a host component defined.

Protected setter for the host component v.

See also URI::Generic.host=.

Checks the port v component for RFC2396 compliance and against the URI::Parser Regexp for :PORT.

Can not have a registry or opaque component defined, with a port component defined.

Search took: 2ms  ·  Total Results: 1201