when inferring body handler for contentType only include json and form if they can be handled

Issue #28 new
Anders Holmgren repo owner created an issue

currently it is simply hardwiring it to if content-type = form then handle as form.

but that requires a build constructor etc. Not nice if we choke during request processing

Comments (0)

  1. Log in to comment