mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
82ec28b369
This commit introduces a Kotlin-specific implementation of the ExchangeFilterFunction interface that allows for using coroutines, similar to what CoWebFilter does on server-side. Closes gh-30650