# File lib/chef_zero/endpoints/file_store_file_endpoint.rb, line 12
      def get(request)
        [200, {"Content-Type" => 'application/x-binary'}, get_data(request) ]
      end