# File lib/facets/more/httpaccess.rb, line 284
  def post(uri, body = nil, extheader = {}, &block)
    request('POST', uri, nil, body, extheader, &block)
  end