I’m not sure “coffee-grinders” is a good name for the request-handling pattern Arne describes, where multiple functions handle & alter a request in sequence. But I far prefer to Ring-style nested functions (and it’s why I prefer Pedestal to Ring as a web handler framework).

Oliver Mooney
@OliverM