hapi-async-handler
hapi-async-handler copied to clipboard
Adds support for ES7 async functions to hapi route handlers
Results
2
hapi-async-handler issues
Sort by
recently updated
recently updated
newest added
I get a fatal error if I combine hapi-async-handler (1.0.3) with hapi 16.0.1, asyncfile 2.0.2, node 7.0 and typescript 2.1. The process outputs the following and the request stalls. >...
help wanted
I know you can wrap `await` responses in a `try`/`catch`, but is there another way to handle them in a generic way, like middleware? Would love examples of both in...