Convert an HTTP::URI to a String
Returns:
URI serialized as a String
181 182 183
# File 'lib/http/uri.rb', line 181 def to_s @uri.to_s end