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