Module perseus::shell[][src]

Expand description

Utilities to do with the app shell. You probably don’t want to delve into here.

Structs

A type alias for the HashMap the user should provide for error pages.

Functions

Fetches the information for the given page and renders it. This should be provided the actual path of the page to render (not just the broader template).

Type Definitions

The callback to a template the user must provide for error pages. This is passed the status code, the error message, and the URL of the problematic asset.