method
port=
v6.1.3.1 -
Show 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.to_i)
end