Std.Http.Server.Reply.unprocessable
fn
unprocessable: Str -> Std.Http.ResponseThis is a callable function.
What it does
The refusal a body the resource could read but could not act on receives.
Distinct from a body it could not read at all: one says the type was wrong,
the other says the content was, and a client can act on the difference.
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.
