oth
URI
or String
Calculates relative path to oth from self
require 'uri' uri = URI.parse('http://my.example.com') p uri.route_to('http://my.example.com/main.rbx?page=1') #=> #<URI::Generic:0x2020c2f6 URL:/main.rbx?page=1>
check the to v
component
private setter for to v
Returns the RFC822 e-mail text equivalent of the URL, as a String.
Example:
require 'uri' uri = URI.parse("mailto:ruby-list@ruby-lang.org?Subject=subscribe&cc=myaddr") uri.to_mailtext # => "To: ruby-list@ruby-lang.org\nSubject: subscribe\nCc: myaddr\n\n\n"
returns Regexp
that is default self.regexp, unless schemes
is provided. Then it is a Regexp.union
with self.pattern
Constructs the default Hash
of Regexp’s
returns Regexp
that is default self.regexp, unless schemes
is provided. Then it is a Regexp.union
with self.pattern
Constructs the default Hash
of Regexp’s
The client’s IP address
The response’s HTTP status line
Creates an error page for exception ex
with an optional backtrace
Adds server
as a virtual host.
Return a Time
object of the date/time which represents self
. If the @year
is below 1970, this method returns nil
, because Time
cannot handle years below 1970.
The timezone used is GMT.
Return a Date
object of the date which represents self
.
The Date
object do not contain the time component (only date).
Returns paramOrFault
Converts the contents of the database to an in-memory Hash
object, and returns it.
Returns the destination encoding as an encoding object.