Results for: "uri"

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.

Protected setter for the port component v.

See also URI::Generic.port=.

Checks the path v component for RFC2396 compliance and against the URI::Parser Regexp for :ABS_PATH and :REL_PATH.

Can not have a opaque component defined, with a path component defined.

Protected setter for the path component v.

See also URI::Generic.path=.

Checks the opaque v component for RFC2396 compliance and against the URI::Parser Regexp for :OPAQUE.

Can not have a host, port, user, or path component defined, with an opaque component defined.

Protected setter for the opaque component v.

See also URI::Generic.opaque=.

Returns an Array of the path split on ‘/’.

Search took: 1ms  ·  Total Results: 1408