Module perseus::serve[][src]

Expand description

Utilities for serving your app. These are platform-agnostic, and you probably want an integration like perseus-actix-web.

Structs

Represents the data necessary to render a page.

Functions

Gets the HTML/JSON data for the given page path. This will call SSG/SSR/etc., whatever is needed for that page. Note that HTML generated at request-time will always replace anything generated at build-time, incrementally, revalidated, etc.

Gets the configuration of how to render each page.