-
mutable struct WebRenderable

Represents an object that can be rendered on the web

source
Genie.Renderer.tohtmlFunction.
source
Genie.Renderer.htmlFunction.
source
Genie.Renderer.tojsonFunction.

Invokes the JSON renderer of the underlying configured templating library.

source
Genie.Renderer.jsonFunction.
source

Sets redirect headers and prepares the Response.

source
hasrequested(content_type::Symbol) :: Bool

Checks wheter or not the requested content type matches content_type.

source

Constructs a Response corresponding to the content-type sof the request.

source