class HTTParty::Request

def path=(uri)

def path=(uri)
  @path = URI.parse(uri)
end