open class AsyncServletApplicationCall : BaseApplicationCall, CoroutineScope
AsyncServletApplicationCall(application: Application, servletRequest: HttpServletRequest, servletResponse: HttpServletResponse, engineContext: <ERROR CLASS>, userContext: <ERROR CLASS>, upgrade: ServletUpgrade, parentCoroutineContext: <ERROR CLASS>) |
open val coroutineContext: <ERROR CLASS> |
|
open val request: AsyncServletApplicationRequest |
|
open val response: ServletApplicationResponse |
fun ApplicationCall.putServletAttributes(request: ServletRequest): Unit |