Pudu programming language
Menu

Std.Http.Server.Guard.identified

1 declaration

fn

identified: 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 request identity, carried into the answer.

Taken from the request when it brought one, so a value that entered at a

proxy stays the same value across every service it reaches. Made from what

this program can see when it did not.

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