Flowdock

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:http://support.microsoft.com/kb/834489>.

Constants

DEFAULT_PORT = 80

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

Attributes

Show files where this class is defined (2 files)
Register or log in to add new notes.