Lauritz Hilsøe
11/26/2019, 9:59 AMcy
11/26/2019, 10:01 AMLauritz Hilsøe
11/26/2019, 10:01 AMcy
11/26/2019, 10:06 AMCIOMultipartDataBase
that is marked as internal API so it is not guaranteed to be stable . However, I see no reason for any change in this place in the near futuremultiPartData()
that is not that bigLauritz Hilsøe
11/26/2019, 10:07 AMval xmlFormData = CIOMultipartDataBase(
coroutineContext + Dispatchers.Unconfined,
call.receiveChannel(),
contentType,
null,
99999999
)
cy
11/26/2019, 10:08 AMnull
?Lauritz Hilsøe
11/26/2019, 10:10 AMval contentLength = call.request.header(HttpHeaders.ContentLength)?.toLong()
but I can update to use thatcy
11/26/2019, 10:10 AMLauritz Hilsøe
11/26/2019, 10:12 AMcy
11/26/2019, 10:30 AMLauritz Hilsøe
11/27/2019, 9:21 AM