Venkat
08/07/2023, 8:18 AMcall.respondText("Hello", contentType = ContentType.Application.Json)
Will set the ContentType to "application/json; charset=UTF-8"
is there any way to remove the "; charset=UTF-8"
from response content type?Aleksei Tirman [JB]
08/07/2023, 10:31 AMcall.respond(TextContent("Hello", contentType = ContentType.Application.Json))