HttpPlainText

class HttpPlainText

HttpClient feature that encodes String request bodies to TextContent and processes the response body as String.

To configure charsets set following properties in HttpPlainText.Config.

Types

Link copied to clipboard
class Config

Charset configuration for HttpPlainText feature.

Link copied to clipboard
object Feature : HttpClientFeature<HttpPlainText.Config, HttpPlainText>

Properties

Link copied to clipboard
var defaultCharset: Charset

Deprecated