# File lib/httparty.rb, line 358
    def post(path, options={})
      perform_request Net::HTTP::Post, path, options
    end