SooYoung
02/05/2022, 2:10 AM2.0.0-beta-1.SooYoung
02/05/2022, 5:52 PMContent-Type is set to just application/json in Ktor 1.6.7, but it's set to application/json; charset=UTF-8 in 2.0.0-beta-1. This causes a regression as our auth service doesn't work with the content type with the charset param. Is there any way to take control of setting the content type header?Aleksei Tirman [JB]
02/07/2022, 8:58 AM