Structs§
- Content
Directory - A filesystem directory containing content.
- Filesystem
Based Content Engine - A
ContentEngine
that serves files from aContentDirectory
. - Media
- A piece of rendered content along with its media type.
- Media
Type - See IETF RFC 2046.
- Render
Context - Values used during rendering, including the data passed to handlebars templates and executables.
- Render
Data - Data passed to handlebars templates and executables.
- Request
Data - Render data that comes from requests.
- Route
- A canonicalized absolute URI path.
- Template
Error - Indicates that a handlebars template could not be registered.
- Unregistered
Template - An anonymous handlebars template that is not from the content directory.
Enums§
- Content
Index - A hierarchial tree mapping out content in the registry. Does not actually contain content items, just their routes.
- Content
Loading Error - Indicates that there was a problem loading content from the filesystem.
- Registered
Content - A renderable item from the content directory.
- Render
Error - Indicates that it was not possible to produce rendered output, either because rendering was attempted and failed or because no acceptable media types are available.
- Stream
Error - Indicates that something went wrong after starting to stream content.
Traits§
Type Aliases§
- Content
Representations - Alternative representations of the same resource.
- Media
Range - See IETF RFC 7231.