module StatusPage
Defined in:
status_page.crstatus_page/html_builder.cr
status_page/logs.cr
status_page/program_info.cr
status_page/quick_section.cr
status_page/section.cr
Class Method Summary
- .default_handler
- .make_server(handlers = [] of HTTP::Handler, no_http = false, &block : Proc(HTTP::Server::Context, Nil))
- .make_server(handlers = [] of HTTP::Handler, no_http = false)
Class Method Detail
def self.make_server(handlers = [] of HTTP::Handler, no_http = false, &block : Proc(HTTP::Server::Context, Nil))
#