[][src]Module operator::content

Structs

ContentDirectory

A filesystem directory containing content.

FilesystemBasedContentEngine

A ContentEngine that serves files from a ContentDirectory.

Media

A piece of rendered content along with its media type.

MediaType

See IETF RFC 2046.

RenderContext

Values used during rendering, including the data passed to handlebars templates.

Route
TemplateParseError

A handlebars template had invalid syntax.

UnregisteredTemplate

An anonymous handlebars template that is not from the content directory.

Enums

ContentLoadingError

There was a problem loading content from the filesystem.

RegisteredContent

A renderable item from the content directory.

RenderError

Could not produce rendered output, either because rendering was attempted and failed or because no acceptable media types are available.

StreamError

Something went wrong after starting to stream content.

Traits

ByteStream
ContentEngine
Render

Type Definitions

ContentRepresentations
MediaRange