# File lib/httpclient.rb, line 596
  def post(uri, body = '', extheader = {}, &block)
    request(:post, uri, nil, body, extheader, &block)
  end