CoWebFilterChain

Kotlin-specific adaption of WebFilterChain that allows for co-routines.

Author

Arjen Poutsma

Since

6.0.5

Functions

Link copied to clipboard
abstract suspend fun filter(exchange: ServerWebExchange)

Delegate to the next WebFilter in the chain.