ktor-server-core / io.ktor.sessions / SessionTransportTransformer / transformRead

transformRead

abstract fun transformRead(transportValue: String): String?

Un-apply a transformation for transportValue representing a transformed session. Returns null if it fails.

Return
Untransformed value or null