Handling Errors in HttpApi Middleware and Handlers
With HttpApi, is it possible to write middleware that handles any errors from handlers or other middleware? The only way I can currently find is to wrap my handlers in a wrapper function, but then that doesn't handle errors in middleware.
