= private = protected
url()
Returns the complete URL used for this request.
# File actionpack/lib/action_controller/request.rb, line 254 def url protocol + host_with_port + request_uri end