# File lib/sinatra/async.rb, line 58
    def ahead(path, opts={}, &bk); aroute 'HEAD', path, opts, &bk; end