public static class JsonFeature.Feature
| Modifier and Type | Method and Description |
|---|---|
io.ktor.util.AttributeKey<io.ktor.client.features.json.JsonFeature> |
getKey() |
void |
install(JsonFeature feature,
io.ktor.client.HttpClient scope) |
JsonFeature |
prepare(kotlin.jvm.functions.Function1<? super io.ktor.client.features.json.JsonFeature.Config,kotlin.Unit> block) |
public io.ktor.util.AttributeKey<io.ktor.client.features.json.JsonFeature> getKey()
public JsonFeature prepare(kotlin.jvm.functions.Function1<? super io.ktor.client.features.json.JsonFeature.Config,kotlin.Unit> block)
public void install(JsonFeature feature, io.ktor.client.HttpClient scope)