module Sinatra::Test

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

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