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