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
1
2
3
4
5
6
//! Self-documenting API surface: OpenAPI 3 spec assembly + Swagger UI.
//!
//! Built once at launch from the macro-emitted route/schema descriptors,
//! mutated by plugin `modify_openapi` hooks, then served as static bytes.

pub mod openapi;