isPlaintext

private fun isPlaintext(mediaType: MediaType?): Boolean(source)

Returns true if the body in question probably contains human readable text. Uses a small sample of code points to detect unicode control characters commonly used in binary file signatures.

Since

1.3.3