BOMRemover
BOMRemover plugin that allows you to remove Byte Order Mark from response body. You can learn more about BOM.
Please note that the Content-Length
header will contain the length of initial response.
val client = HttpClient {
install(BOMRemover)
}
Content copied to clipboard