struct Athena::Routing::RouteHandler

Overview

The entry-point into Athena::Routing.

Emits events that handle a given request.

Defined in:

route_handler.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(event_dispatcher : AED::EventDispatcherInterface, request_store : ART::RequestStore, argument_resolver : ART::Arguments::ArgumentResolverInterface) #

[View source]

Instance Method Detail

def handle(context : HTTP::Server::Context) : Nil #

[View source]