Pudu programming language
Menu

Std.Http.Server.Guard.quiet

1 declaration

fn

quiet: fn(Str) -> () -> fn(Std.Http.Server.Route.Request, fn(Std.Http.Server.Route.Request) -> Std.Http.Response) -> Std.Http.Response

This is a callable function.

What it does

A step that answers a refusal the same way whatever caused it.

What crosses the network is a status and a sentence; the identity in the

answer is what ties it to the detail recorded elsewhere. An error that

explains itself tells a stranger about the program.

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.GuardSearch related declarations