Cicero
@Deprecated("This is going to become internal. Use Pipeline.execute() instead.") public fun <TSubject : Any, TContext : Any> pipelineExecutorFor( context: TContext, interceptors: List<PipelineInterceptor<TSubject, TContext>>, subject: TSubject ): @Suppress("DEPRECATION") PipelineExecutor<TSubject> { return SuspendFunctionGun(subject, context, interceptors) }
private val json = Json { isLenient = true; ignoreUnknownKeys = true; coerceInputValues = true; useArrayPolymorphism = true } internal val client = HttpClient() { install(JsonFeature) { serializer = KotlinxSerializer(json) } }
<http://client.post|client.post><HttpResponse>
A modern programming language that makes developers happier.