Package io.ktor.client.plugins.contentnegotiation.tests

Types

Link copied to clipboard
abstract class AbstractClientContentNegotiationTest : TestWithKtor

Base class for ContentNegotiation tests.

Link copied to clipboard
abstract class JsonContentNegotiationTest(converter: ContentConverter)