cy
11/12/2018, 12:47 PM1.0.0-beta-4
has been published
- kotlinx.coroutines 1.0.1
- ktor client improvements
- per-call memory consumption optimizations
- eliminated I/O errors logging in Netty
- fixed hanging compression feature with HTML/writeTo
- MockEngine improvements, moved to ktor-client-mock
- cookies handling fixes
- other minor bugfixes and improvementslukaswelte
11/12/2018, 1:06 PMcy
11/12/2018, 1:13 PMio.ktor.client.engine.mock
of ktor-client-mock
cy
11/12/2018, 1:13 PMcy
11/12/2018, 1:13 PMlukaswelte
11/12/2018, 1:16 PMmock
when doing:
import io.ktor.client.engine.mock
Maven dep:
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-mock</artifactId>
<version>1.0.0-beta-4</version>
<scope>test</scope>
</dependency>
e5l
11/12/2018, 2:26 PMMockEngine
is multiplatform now. Could you try using it from ktor-client-mock-jvm
artifact?lukaswelte
11/12/2018, 2:33 PMcy
11/12/2018, 4:32 PMcy
11/12/2018, 4:33 PM