Skip to content

classification_api_handler.cpp

makr-code edited this page Dec 21, 2025 · 1 revision

classification_api_handler.cpp

Stand: 5. Dezember 2025
Version: 1.0.0
Kategorie: Src


Path: src/server/classification_api_handler.cpp

Purpose: HTTP handlers for classification APIs, likely related to PII or policy classification.

Public functions / symbols:

  • : pii_detector_(pii_detector) {
  • if (!pii_detector_) {
  • ``
  • for (const auto& finding : findings) {
  • THEMIS_WARN("Classification API: PIIDetector not initialized");
  • THEMIS_ERROR("Classification API: PIIDetector not initialized");

Clone this wiki locally