Open matthewmueller opened 5 years ago
@matthewmueller This is fine. You could also use finalhandler
like Express/Connect does. Error handling is supported by the four argument syntax and passes it via next(err)
(same as Express/Connect also). Would love to use this as reference for updating the README, is that alright?
This seems to work, but I'm not sure if I'm missing anything (like error handling):
Thanks for creating this package @blakeembrey!