Results for: "uri"

No documentation available
No documentation available

validates typecode v, returns a true or false boolean

Private setter for the typecode v

see also URI::FTP.typecode=

Private setter for the path of the URI::FTP

Returns a String representation of the URI::FTP

Returns default port

Returns default port

check the scheme v component against the URI::Parser Regexp for :SCHEME

protected setter for the scheme component v

see also URI::Generic.scheme=

check 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.

check 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

check 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=

check 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=

check 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=

check 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 ‘/’

Merges a base path base, with relative path rel, returns a modified base path.

Search took: 3ms  ·  Total Results: 1025