Expand description
HTTP client for proxying requests between Mae micro-services.
Downstream services are expected to respond with the standard ServiceResult envelope
({ "data": ... } on success, { "error": ... } on failure). The client unwraps the
data field and maps HTTP status codes back into Success / ServiceError.
Structs§
- Http
Service Client - Generic HTTP client that forwards the active session user and micro-service credentials.
- Service
Client Config - Connection parameters for an inter-service HTTP client.