class HTTP::URI

def to_s

Returns:
  • (String) - URI serialized as a String
def to_s
  @uri.to_s
end