Results for “Std.App.Bind.Wanted”
7 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.App.Bind.Wanted
One field: what it is called, where it comes from, and what it must be.
- Std.App.Bind.bind
&Std.Http.Server.Route.Request -> &Array[Std.App.Bind.Wanted] -> Std.App.Bind.BoundWhat a request carried, checked against what was wanted.
- Std.App.Bind.binding
&Std.Http.Server.Route.Request -> &Array[Std.App.Bind.Wanted] -> Result[Std.App.Bind.Bound, Std.Http.Response]The bound values, or the refusal, in one step for the common handler.
- Std.App.Bind.fromDocument
Str -> &Array[Std.Validate.Rule] -> Std.App.Bind.WantedA field read from a document body.
- Std.App.Bind.fromForm
Str -> &Array[Std.Validate.Rule] -> Std.App.Bind.WantedA field read from a form body.
- Std.App.Bind.fromPath
Str -> &Array[Std.Validate.Rule] -> Std.App.Bind.WantedA field read from the path.
- Std.App.Bind.fromQuery
Str -> &Array[Std.Validate.Rule] -> Std.App.Bind.WantedA field read from the query.
