module Athena

Defined in:

athena.cr
route_handler.cr

Class Method Summary

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.


[View source]