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