Right now if the program dies, it dies. We should be able to catch these errors and handle them based on how the user of the library wants. Note the internal code will not die, but rather in the handlers of the defined routes. Ideally the errors in routing code (ie. userspace code), will be caught and translated into a 500 of some kind.
Right now if the program dies, it dies. We should be able to catch these errors and handle them based on how the user of the library wants. Note the internal code will not die, but rather in the handlers of the defined routes. Ideally the errors in routing code (ie. userspace code), will be caught and translated into a 500 of some kind.