method
fetch
v8.0.0 -
Show latest stable
- Class:
ActionDispatch::Http::Headers
fetch(key, default = DEFAULT)public
Returns the value for the given key mapped to @env.
If the key is not found and an optional code block is not provided, raises a `KeyError` exception.
If the code block is provided, then it will be run and its result returned.