# File lib/httpclient.rb, line 690
  def put_async(uri, body = nil, extheader = {})
    request_async(:put, uri, nil, body, extheader)
  end