WriterSession

interface WriterSession

Deprecated

We're migrating to the new kotlinx-io library. This declaration is deprecated and will be removed in Ktor 4.0.0 If you have any problems with migration, please contact us in https://youtrack.jetbrains.com/issue/KTOR-6030/Migrate-to-new-kotlinx.io-library

Inheritors

Functions

Link copied to clipboard
abstract fun flush()
Link copied to clipboard
abstract fun request(min: Int): ChunkBuffer?
Link copied to clipboard
abstract fun written(n: Int)