Package io.ktor.server.cio.backend
Types
class ServerIncomingConnection Represents a server incoming connection. Usually it is a TCP connection but potentially could be other transport. |
|
class ServerRequestScope : CoroutineScope Represents a request scope. |