Results for “Std.App.Page.Request”
5 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.App.Page.Request
What a client asked for: at most
sizeitems after the item whose key - Std.App.Page.request
&Map[Str, Str] -> Int -> Int -> Result[Std.App.Page.Request, Std.App.Page.PageError]Reads
limitandcursorfrom a query. - Std.App.Page.fromFetched
&Array[T] -> fn(T) -> Str -> &Std.App.Page.Request -> Std.App.Page.Page[T]A page built from a fetch that asked a store for
size + 1rows: the - Std.App.Page.linkHeader
Str -> &Std.App.Page.Page[T] -> &Std.App.Page.Request -> Option[(Str, Str)]The
Linkheader (RFC 8288) pointing at the next page, carrying the - Std.App.Page.select
&Array[T] -> fn(T) -> Str -> &Std.App.Page.Request -> Std.App.Page.Page[T]The page of
itemsa request selects.
