Skip to content
Daniel Pepper edited this page Sep 14, 2022 · 2 revisions

Meddleware

A middleware framework to make meddling easy. Middleware is a popular pattern from Rack and Rails, which provides callers a way to execute code before and after yours. This gives callers the ability to modify parameters or results, conditionally skip execution, and log activity without the need to monkey patch or subclass.

Clone this wiki locally