|
Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
|
Namespaces | |
| namespace | fields |
| Field-name string constants used in JSON envelopes. | |
| namespace | event_types |
| namespace | field_kinds |
| namespace | list_ops |
Variables | |
| constexpr int | kProtocolVersion = 2 |
| Protocol version. Incremented on incompatible changes only. | |
| constexpr const char * | kDefaultApiPrefix = "/aria" |
| Default API path prefix. All endpoints are mounted under this. | |
| constexpr int | kDefaultHeartbeatSec = 25 |
| Default heartbeat interval (seconds). | |
|
inlineconstexpr |
Protocol version. Incremented on incompatible changes only.
|
inlineconstexpr |
Default API path prefix. All endpoints are mounted under this.
|
inlineconstexpr |
Default heartbeat interval (seconds).
Servers emit a ping event at this cadence to keep SSE connections alive across proxies.