AsyncServletApplicationResponse
open class AsyncServletApplicationResponse(call: AsyncServletApplicationCall, servletRequest: HttpServletRequest, servletResponse: HttpServletResponse, engineContext: CoroutineContext, userContext: CoroutineContext, servletUpgradeImpl: ServletUpgrade, coroutineContext: CoroutineContext) : ServletApplicationResponse, CoroutineScope
Content copied to clipboard
Types
Functions
Link copied to clipboard
Link copied to clipboard
suspend override fun respondUpgrade(upgrade: OutgoingContent.ProtocolUpgrade)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard