Skip to main content

One doc tagged with "Middleware - Utilities"

View all tags

Middleware

The eridu-tech/middleware module provides a flexible middleware system for intercepting and composing function calls. It enables you to wrap functions with pre-processing and post-processing logic, similar to middleware patterns found in web frameworks like Express.js.