Method: ActionDispatch::Integration::RequestHelpers#head
- Defined in:
- lib/action_dispatch/testing/integration.rb
#head(path, **args) ⇒ Object
Performs a HEAD request with the given parameters. See ActionDispatch::Integration::Session#process for more details.
48 49 50 |
# File 'lib/action_dispatch/testing/integration.rb', line 48 def head(path, **args) process(:head, path, **args) end |