Jason Lei
Jason Lei
Need to find an elegant solution to handle a case where you query for something but the response won't send because an error is thrown but not handled therefor stalling...
**Is your feature request related to a problem? Please describe.** LowDB is not for large scale projects and not the fastest database out there. **Describe the solution you'd like** Ability...
Through a bit of head scratching, it seems that the `signedcookiesession` middleware only set's the cookie when the response is handled using the `resp` macro. If you try and manually...