# File lib/em-http/http_connection.rb, line 8 def post options = {}, &blk; setup_request(:post, options, &blk); end