Addressable::URI
Captured from uri/generic.rb
# File lib/httpclient/util.rb, line 63 def hostname v = self.host /\A\[(.*)\]\z/ =~ v ? $1 : v end
HTTPClient expects urify("foo/").port to be not nil but 80 like URI.
# File lib/httpclient/util.rb, line 58 def port super || default_port end
Generated with the Darkfish Rdoc Generator 2.