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