class Dwarf::Handler

Overview

Handler of HTTP Server

Included Modules

Defined in:

dwarf/handler.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(manager : Dwarf::Manager) #

[View source]

Instance Method Detail

def call(context) #

Invoke the application guarding for raise Dwarf::Error. If this is downstream from another warden instance, don't do anything.


[View source]