Pudu programming language
Menu

Std.Http.Server.Guard.traced

1 declaration

fn

traced: Bool -> 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 with the trace the request belongs to.

So a caller holding an answer can find the record of what produced it, and

a service handing work on has the header to hand on.

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