class Monitor::Run::Command_Main_of_clim_library
- Monitor::Run::Command_Main_of_clim_library
- Clim::Command
- Reference
- Object
Defined in:
Constructors
Class Method Summary
Instance Method Summary
- #check_dns_resolve_speed(uri : URI) : Float64
- #desc : String
- #detect_potential_subdomains(uri : URI) : Array(String)
- #detect_wordpress(uri : URI) : Bool
- #get_external_ip : String
- #name : String
- #opts_and_subcommands
- #parse(argv) : Command
- #random_url_give_200(uri : URI) : Bool
- #recursive_parse(argv) : Command
- #request_handlers(uri_channel : Channel(URI), response_channel : Channel(Int32 | Exception))
- #run(io : IO)
- #sub_commands : Clim::Command::SubCommands
- #usage : String
- #version : String
Macro Summary
Constructor Detail
def self.new(options : OptionsForEachCommand, arguments : ArgumentsForEachCommand, sub_commands : SubCommands = SubCommands.new)
#
Class Method Detail
Instance Method Detail
def request_handlers(uri_channel : Channel(URI), response_channel : Channel(Int32 | Exception))
#