Hacker News new | ask | show | jobs
by setheron 3090 days ago
Just wrap the handlers with middleware rather than using that filter abstraction.

Same thing!

1 comments

By 'middleware', do you mean another handler? That would work, but i'd still have to wrap each handler separately.