If you want to only support the default and text/html, then the following works.
text/html
HttpClient { install(ContentNegotiation) { json() // default application/json json(contentType = ContentType.Text.Html) // for text/html } }