method

port=

rails latest stable - Class: ActionDispatch::TestRequest
port=(number)
public

No documentation available.

# File actionpack/lib/action_dispatch/testing/test_request.rb, line 34
    def port=(number)
      set_header("SERVER_PORT", number)
    end