new(scheme, userinfo, host, port, registry, path, opaque, query, fragment, parser = DEFAULT_PARSER, arg_check = false)
Class Public methods
Args
- scheme
-
Protocol scheme, i.e. 'http','ftp','mailto' and so on.
- userinfo
-
User name and password, i.e. 'sdmitry:bla'
-
host -
Server host name
-
port -
Server port
-
registry -
Registry of naming authorities.
-
path -
Path on server
-
opaque -
Opaque part
-
query -
Query data
-
fragment -
A part of URI after '#' sign
-
parser -
Parser for internal use [URI::DEFAULT_PARSER by default]
-
arg_check -
Check arguments [false by default]
Description
Creates a new URI::Generic instance from âgeneric'' components without check.
Please login to continue.