arcly-http-core 0.6.0

Foundation crate for arcly-http: zero-lock DI engine, HTTP boundary, unified request pipeline, auth, resilience, observability, and OpenAPI. Use the `arcly-http` facade instead of depending on this directly.
Documentation

arcly-http-core — the always-compiled foundation of arcly-http.

Contains the tightly-coupled request core that the optional subsystem crates (arcly-http-data, -compliance, -realtime, -messaging) and the arcly-http facade build on: the zero-lock DI engine, the HTTP boundary + RequestContext, the unified request pipeline, identity & access (auth), resilience, observability, and the self-documenting OpenAPI surface (docs).

Application code should depend on the arcly-http facade and use arcly_http::prelude::*; rather than this crate directly.