method
fetch
v4.0.2 -
Show latest stable
- Class:
ActionDispatch::Http::Headers
fetch(key, *args, &block)public
No documentation available.
# File actionpack/lib/action_dispatch/http/headers.rb, line 32
def fetch(key, *args, &block)
@env.fetch env_name(key), *args, &block
end