pub async fn recording_chunk(
__arg0: State<DevServerState>,
headers: HeaderMap,
body: Bytes,
) -> impl IntoResponseExpand description
POST /rdesktop/agent/recording/chunk
Append one MediaRecorder Blob to the single .partial file. Chunks are
serialized by the store so concurrent browser callbacks cannot interleave.