Pudu programming language
Menu

Std.Http.Server.Reply.unprocessable

1 declaration

fn

unprocessable: Str -> Std.Http.Response

This 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.

Back to Std.Http.Server.ReplySearch related declarations