Liberator.Resource.malformed-question-mark
You're seeing just the callback
malformed-question-mark
, go back to Liberator.Resource module for more information.
This callback is deprecated. Use Liberator.Resource.well_formed?/1 instead.
Specs
malformed?(Plug.Conn.t()) :: true | false
Check the request for general adherence to some form.
If this function returns true, then the plug will return a 400 Malformed response.
If you're checking the body of a request against some schema,
you should override processable?/1
instead.
By default, always returns false
.