:body
is nil when correct "content-type"
header not provided
#104
Labels
:body
is nil when correct "content-type"
header not provided
#104
When no content-type is provided but JSON is POSTed, the
:body
of the request becomesnil
instead of something like InputStream / string.Steps to reproduce
Given a new Luminus app generated with
+service
(which uses muuntaja "0.6.4") and theseservice-routes
:and this request:
it fails with
If I modify the request headers to include
"content-type" "application/json"
then it works.The text was updated successfully, but these errors were encountered: