Libraries
»
actionpack
(8.1.2)
»
Index
»
ActionDispatch
»
Http
»
Headers
»
#env
Method: ActionDispatch::Http::Headers#env
Defined in:
lib/action_dispatch/http/headers.rb
#
env
⇒
Object
118
# File 'lib/action_dispatch/http/headers.rb', line 118
def
env
;
@req
.
env
.
dup
;
end