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