module ActionDispatch::Integration::RequestHelpers

def head(path, **args)

for more details.
Performs a HEAD request with the given parameters. See ActionDispatch::Integration::Session#process
def head(path, **args)
  process(:head, path, **args)
end