# File lib/httpclient.rb, line 702
  def options_async(uri, extheader = {})
    request_async(:options, uri, nil, nil, extheader)
  end