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