class Dwarf::Manager

Defined in:

dwarf/manager.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(options = {} of String => Dwarf::Config::Type) #

[View source]
def self.new(options = {} of String => Dwarf::Config::Type, &) #

Initialize a manager. If a block is given, a Dwarf::Config is yielded so you can properly configure the Dwarf::Manager.


[View source]

Instance Method Detail

def config : Dwarf::Config #

Config


[View source]
def config=(config : Dwarf::Config) #

Config


[View source]
def handler : Dwarf::Handler #

handler of HTTP Server


[View source]
def handler? : Dwarf::Handler | Nil #

handler of HTTP Server


[View source]