Expand description
Server-status + session surface: health_check, login.
Lives in its own module because it doesn’t fit any of the
domain-specific surfaces (collections / vectors / search / …)
and likely grows to include /metrics, /stats, and similar
observability endpoints in future releases.
Structs§
- JwtToken
- JWT minted by
/auth/login. Returned byVectorizerClient::loginso callers can hand it back into a newVectorizerClientviaClientConfig::api_key—HttpTransport::newsniffs the shape and sends it asAuthorization: Bearer <token>.