Type:
Class
Constants:
DEFAULT_PORT : 80

A Default port of 80 for URI::HTTP

COMPONENT : [ :scheme, :userinfo, :host, :port, :path, :query, :fragment ].freeze

An Array of the available components for URI::HTTP

The syntax of HTTP URIs is defined in RFC1738 section 3.3.

Note that the Ruby URI library allows HTTP URLs containing usernames and passwords. This is not legal as per the RFC, but used to be supported in Internet Explorer 5 and 6, before the MS04-004 security update. See <URL:support.microsoft.com/kb/834489>.

request_uri

request_uri() Instance Public methods Description Returns

2015-06-10 08:26:08
new

new(*arg) Class Public methods Description Create

2015-06-10 08:24:18
build

build(args) Class Public methods Description Create

2015-06-10 08:23:06