# File lib/httpclient.rb, line 647
  def post(uri, *args, &block)
    request(:post, uri, argument_to_hash(args, :body, :header, :follow_redirect), &block)
  end