method
port
v5.1.7 -
Show latest stable
- Class:
ActionDispatch::Http::URL
port()public
Returns the port number of this request as an integer.
req = ActionDispatch::Request.new 'HTTP_HOST' => 'example.com' req.port # => 80 req = ActionDispatch::Request.new 'HTTP_HOST' => 'example.com:8080' req.port # => 8080