port()
The port this request is for
# File lib/webrick/httprequest.rb, line 342 def port return @forwarded_port || @port end