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.