APIdock / Ruby on Rails
/
Browse About
method

remote_ip=

v5.0.0.1 - Show latest stable - Class: ActionDispatch::Request
remote_ip=(remote_ip)
public

No documentation available.

# File actionpack/lib/action_dispatch/http/request.rb, line 267
    def remote_ip=(remote_ip)
      set_header "action_dispatch.remote_ip".freeze, remote_ip
    end

Related methods

  • Instance methods
  • GET
  • POST
  • authorization
  • body
  • body_stream
  • check_path_parameters!
  • commit_cookie_jar!
  • commit_flash
  • content_length
  • controller_class
  • controller_instance
  • controller_instance=
  • cookie_jar
  • engine_script_name
  • engine_script_name=
  • form_data?
  • fullpath
  • headers
  • http_auth_salt
  • ip
  • key?
  • local?
  • logger
  • media_type
  • method
  • method_symbol
  • original_fullpath
  • original_url
  • query_parameters
  • raw_post
  • remote_ip
  • remote_ip=
  • request_id
  • request_id=
  • request_method
  • request_method=
  • request_method_symbol
  • request_parameters
  • request_parameters=
  • reset_session
  • routes
  • routes=
  • server_software
  • session=
  • session_options=
  • show_exceptions?
  • ssl?
  • uuid
  • xhr?
  • xml_http_request?
  • Class methods
  • empty
  • new
  • Private methods
  • privatecheck_method
APIdock API Documentation Browser

© 2026 APIdock