Pudu programming language
Menu
API reference

Std.App.Page.request

1 declaration

fn

request: &Map[Str, Str] -> Int -> Int -> Result[Std.App.Page.Request, Std.App.Page.PageError]

Reads limit and cursor from a query.

A missing limit is defaultSize; a limit below 1 or above maxSize is refused rather than clamped, so a client learns its request was not what it was served.

Back to Std.App.PageSearch related declarations