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