method
new
v8.0.0 -
Show latest stable
- Class:
ActionDispatch::Request
new(env)public
No documentation available.
# File actionpack/lib/action_dispatch/http/request.rb, line 64
def initialize(env)
super
@rack_request = Rack::Request.new(env)
@method = nil
@request_method = nil
@remote_ip = nil
@original_fullpath = nil
@fullpath = nil
@ip = nil
end