Skip to main content

Module actix

Module actix 

Source
Expand description

Framework-specific integrations

This module contains trait implementations for different web frameworks. Each integration is gated behind a feature flag to avoid unnecessary dependencies.

Structsยง

ApiResultLayer
Actix-web middleware layer that auto-injects trace_id (and optionally timestamp) into ApiResult responses.
ApiResultMiddleware
The actual middleware service that processes each request.
ApiResultMiddlewareConfig
Configuration for the ApiResultLayer middleware.
ApiTraceId
Internal extension that carries the trace ID through the request lifecycle.