On Thursday, 1 October 2020 at 06:32:23 UTC, Robert M. Münch wrote:
5. One can't access the raw HTTP request body, things must be go through Vibe's JSON parser. To get access to the raw body, a lot of workarounds are necessary.

given an HTTPServerRequest req,
req.bodyReader.readAll for binary data and .readAllUTF8 for text.

Reply via email to