Std.App.Bind.malformed
fn
malformed: Str -> Std.Http.ResponseThis is a callable function.
What it does
The refusal a request of the wrong shape entirely receives.
Separate from the one above because they are different problems: this one
says the request was not the shape this resource reads, and no correction
to the fields would help.
Read the signature
- The text after the name is the type checked by Pudu.
- Read arrows from left to right: inputs come first, and the final type is returned.
