Class URI::HTTP
In: lib/uri/http.rb
Parent: Generic

RFC1738 section 3.3.

Methods

build   new   request_uri  

Constants

DEFAULT_PORT = 80
COMPONENT = [ :scheme, :userinfo, :host, :port, :path, :query, :fragment

Public Class methods

Description

Create a new URI::HTTP object from components of URI::HTTP with check. It is scheme, userinfo, host, port, path, query and fragment. It provided by an Array of a Hash.

Description

Create a new URI::HTTP object from ``generic’’ components with no check.

Public Instance methods

Description

Returns: path + ’?’ + query

To view or add comments on this documentation, please go to the API wiki.

[Validate]