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