# File lib/chef/rest/rest_request.rb, line 78
      def path
        @url.path.empty? ? "/" : @url.path
      end