module Athena
Defined in:
athena.crroute_handler.cr
Class Method Summary
-
.run(port : Int32 = 8888, binding : String = "0.0.0.0", ssl : OpenSSL::SSL::Context::Server | Nil | Bool | Nil = nil, handlers : Array(HTTP::Handler) = [Athena::RouteHandler.new])
Starts the HTTP server with the given port, binding, ssl, and handlers.
Class Method Detail
def self.run(port : Int32 = 8888, binding : String = "0.0.0.0", ssl : OpenSSL::SSL::Context::Server | Nil | Bool | Nil = nil, handlers : Array(HTTP::Handler) = [Athena::RouteHandler.new])
#
Starts the HTTP server with the given port, binding, ssl, and handlers.