Package-level declarations
Types
Link copied to clipboard
Kotlin-specific implementation of the WebExceptionHandler interface that allows for using coroutines, including kotlin.coroutines.CoroutineContext propagation.
Link copied to clipboard
Kotlin-specific implementation of the WebFilter interface that allows for using coroutines, including kotlin.coroutines.CoroutineContext propagation.
Link copied to clipboard
interface CoWebFilterChain
Kotlin-specific adaption of WebFilterChain that allows for coroutines.
Functions
Link copied to clipboard
Coroutines variant of ServerWebExchange.getFormData.
Link copied to clipboard
Coroutines variant of ServerWebExchange.getMultipartData.
Link copied to clipboard
Coroutines variant of ServerWebExchange.getPrincipal.
Link copied to clipboard
Coroutines variant of ServerWebExchange.getSession.
Link copied to clipboard
fun ServerWebExchange.Builder.principal(supplier: suspend () -> Principal): ServerWebExchange.Builder
Coroutines variant of ServerWebExchange.Builder.principal.