appcore-api
English | Português | Français
Runtime HTTP command/query/status DTOs, router and host.
Stable routes include health, status, command and query V1 endpoints. Business behavior is registered through command/query contracts; product REST resources do not belong in this crate.
HttpApiConfig::max_payload_bytes bounds the complete command/query HTTP body
before JSON deserialization. Protected routes reject missing, malformed or
duplicate Authorization headers.