JacksonConverter
fun JacksonConverter(objectMapper: ObjectMapper = jacksonObjectMapper(), streamRequestBody: Boolean = true)
Parameters
mapper
a configured instance of ObjectMapper
streamRequestBody
if set to true, will stream request body, without keeping it whole in memory. This will set Transfer-Encoding: chunked
header.