From 8cd3f6cc63c6f9c922b71848db0088136b43488c Mon Sep 17 00:00:00 2001 From: Dominik Werder Date: Thu, 20 Jun 2024 16:02:33 +0200 Subject: [PATCH] Md formatting --- postingest.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postingest.md b/postingest.md index 47de745..6027eb2 100644 --- a/postingest.md +++ b/postingest.md @@ -12,7 +12,7 @@ The body must be a stream of length delimited frames, where the payload of each a CBOR object. The http body of the response then looks like this: -```txt +``` [CBOR-frame] [CBOR-frame] [CBOR-frame] @@ -20,7 +20,7 @@ The http body of the response then looks like this: ``` where each `[CBOR-frame]` looks like: -```txt +``` [length N of the following CBOR object: uint32 little-endian] [reserved: 12 bytes of zero-padding] [CBOR object: N bytes]