# File lib/chef_zero/rest_request.rb, line 33
    def rest_path
      @rest_path ||= rest_base_prefix + env['PATH_INFO'].split('/').select { |part| part != "" }
    end