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