# File lib/http-access2.rb, line 264 def post(uri, body = nil, extheader = {}, &block) request('POST', uri, nil, body, extheader, &block) end