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