You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 7, 2020. It is now read-only.
Because of the way the middleware layering is currently implemented, sending a malformed JSON body to a specific result throws an exception at the bodyParser middleware and gets caught and returned as an error with the generic key. Ideally, we'd only attempt parsing on the methods that allow JSON bodies and return a specific key.
Because of the way the middleware layering is currently implemented, sending a malformed JSON body to a specific result throws an exception at the
bodyParsermiddleware and gets caught and returned as an error with thegenerickey. Ideally, we'd only attempt parsing on the methods that allow JSON bodies and return a specific key.