appcore-api 1.0.1-rc.8

HTTP API host and transport contracts for AppCore Runtime.
Documentation

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.

cargo test -p appcore-api