sbt/internal/util-collection
Eugene Yokota a75e847a08 refactor: Refactor response handler
**Problem**
The sbtn response handling code is relatively stragightforward,
but it's a bit messy.

**Solution**
This cleans it up a bit, similar to the style used by Unfiltered
back then (not sure how Unfiltered plans are written nowadays) by
expressing each event handling as a partial function, and composing them
together using `orElse`.
2025-02-09 18:17:02 -05:00
..
src refactor: Refactor response handler 2025-02-09 18:17:02 -05:00
NOTICE Transfer copyright to Scala Center 2023-06-20 16:39:07 +02:00