module Athena::Routing::RequestContextAwareInterface

Overview

Represents a type that has access to the current ART::RequestContext.

Direct including types

Defined in:

request_context_aware_interface.cr

Instance Method Summary

Instance Method Detail

abstract def context : ART::RequestContext #

Returns the request context.


[View source]
abstract def context=(context : ART::RequestContext) #

Sets the request context.


[View source]