# File lib/httpclient.rb, line 662
  def options(uri, *args, &block)
    request(:options, uri, argument_to_hash(args, :header), &block)
  end