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)

Functions

Link copied to clipboard
fun close()
Link copied to clipboard
open override fun receiveChannel(): ByteReadChannel

Properties

Link copied to clipboard
override val call: ApplicationCall
Link copied to clipboard
val context: ChannelHandlerContext
Link copied to clipboard
open override val cookies: RequestCookies
Link copied to clipboard
Link copied to clipboard
abstract val headers: Headers
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val rawQueryParameters: Parameters