class Marten::Template::ContextProducer::Request

Overview

Context producer that adds the HTTP request object to the context, in a request variable.

Defined in:

marten/template/context_producer/request.cr

Instance Method Summary

Instance methods inherited from class Marten::Template::ContextProducer

produce(request : HTTP::Request | Nil = nil) produce

Instance Method Detail

def produce(request : HTTP::Request | Nil = nil) #
Description copied from class Marten::Template::ContextProducer

Returns a hash of values to include in a template context.

The method must return a hash or named tuple if there are values to return, otherwise it can also return nil if it can't produce any values.


[View source]