607 608 609
# File 'lib/rack/request.rb', line 607 def fullpath query_string.empty? ? path : "#{path}?#{query_string}" end