pub const REST_WS_MAX_CONTROL_MESSAGE_SIZE_BYTES: usize = _; // 65_536usizeExpand description
REST /ws only accepts tiny JSON control messages from clients
(subscribe-notify / unsubscribe-notify). Push payload size is governed by
outbound serialization; this is an inbound resource boundary.