class Mint::Reactor

Defined in:

reactor.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(*, host : String, port : Int32, format : Bool, reload : Bool) #

[View source]

Instance Method Detail

def error(error) #

[View source]
def format? : Bool #

Whether or not to format the files after a change is made.


[View source]
def host : String #

The host to start the server on.


[View source]
def port : Int32 #

The port to start the server on.


[View source]
def reload? : Bool #

Whether or not to reload the browser after a change is made.


[View source]
def terminal #

[View source]