From d2a3f2cedd7c00d0933222aed9c06b3149aa4db4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?=
The content-type header indicates the presence of a multipart message:
To read a multipart message you need to iterate over all its parts:
cowboy_req:read_part_body/1
has the same defaults as cowboy_req:read_body/1
.To change the defaults for part headers:
cowboy_req:read_part(Req, #{length => 128000}).
And for part bodies: