NettyApplicationRequest
abstract class NettyApplicationRequest(call: ApplicationCall, val coroutineContext: CoroutineContext, val context: ChannelHandlerContext, requestBodyChannel: ByteReadChannel, uri: String, keepAlive: Boolean) : BaseApplicationRequest, CoroutineScope
Constructors
Link copied to clipboard
fun NettyApplicationRequest(call: ApplicationCall, coroutineContext: CoroutineContext, context: ChannelHandlerContext, requestBodyChannel: ByteReadChannel, uri: String, keepAlive: Boolean)