Results for “Std.Html.Ssr.RenderError”
5 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Html.Ssr.RenderError
Why a prepared page could not be rendered.
- Std.Html.Ssr.chunks
&Std.Html.Ssr.Plan -> &Map[Str, Std.Html.Html] -> Result[Array[Str], Std.Html.Ssr.RenderError]The page as its pieces, in order, so a caller may write them as they come.
- Std.Html.Ssr.finish
&Std.Html.Ssr.Plan -> &Map[Str, Std.Html.Html] -> Result[Std.Html.Ssr.Rendered, Std.Html.Ssr.RenderError]The page with its length in bytes, which is what a response header needs.
- Std.Html.Ssr.render
&Std.Html.Ssr.Plan -> &Map[Str, Std.Html.Html] -> Result[Str, Std.Html.Ssr.RenderError]The page as one piece of text.
- Std.Html.Ssr.renderWithin
&Std.Html.Ssr.Plan -> &Map[Str, Std.Html.Html] -> Int -> Result[Std.Html.Ssr.Rendered, Std.Html.Ssr.RenderError]The page, refused if it would exceed the given number of bytes.
