module Sinatra::Test

def head(path, *args, &b) ; make_request('HEAD', path, *args, &b) ; end

def head(path, *args, &b) ; make_request('HEAD', path, *args, &b) ; end