This repository was archived by the owner on Apr 9, 2020. It is now read-only.
Getting rid of explicitMode
We have removed the explicitEnd flag and now all responses the deferred until finish is invoked. Since, we are handling all the use cases (except callbacks), it's better to defer and not give any option to change that behavior.
People using callbacks can convert them to Promises