Package-level declarations

Types

Link copied to clipboard
abstract class CoWebFilter : WebFilter

Kotlin-specific implementation of the WebFilter interface that allows for using coroutines.

Link copied to clipboard

Kotlin-specific adaption of WebFilterChain that allows for coroutines.

Functions

Link copied to clipboard
suspend fun ServerWebExchange.awaitFormData(): MultiValueMap<String, String>

Coroutines variant of ServerWebExchange.getFormData.

Link copied to clipboard
suspend fun ServerWebExchange.awaitMultipartData(): MultiValueMap<String, Part>

Coroutines variant of ServerWebExchange.getMultipartData.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard