# File lib/httpclient.rb, line 684
  def post_async(uri, body = nil, extheader = {})
    request_async(:post, uri, nil, body, extheader)
  end