-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Daniel Pepper edited this page Sep 14, 2022
·
2 revisions
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.