Genie.Renderer.WebRenderable
— Type.mutable struct WebRenderable
Represents an object that can be rendered on the web
Genie.Renderer.tohtml
— Function.source
Genie.Renderer.html
— Function.source
Genie.Renderer.tojson
— Function.Invokes the JSON renderer of the underlying configured templating library.
Genie.Renderer.json
— Function.source
Genie.Renderer.redirect
— Function.Sets redirect headers and prepares the Response
.
Genie.Renderer.hasrequested
— Function.hasrequested(content_type::Symbol) :: Bool
Checks wheter or not the requested content type matches content_type
.
Genie.Renderer.respond
— Function.Constructs a Response
corresponding to the content-type sof the request.