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