class
Cryload::Cli::Options
- Cryload::Cli::Options
- Reference
- Object
Overview
Typed CLI options populated by the option parser. Nilable fields mean "not provided"; booleans default to their flag-absent value.
Defined in:
cryload/cli_options.crInstance Method Summary
- #basic_auth : String | Nil
- #basic_auth=(basic_auth : String | Nil)
- #body : String | Nil
- #body=(body : String | Nil)
- #body_file : String | Nil
- #body_file=(body_file : String | Nil)
- #body_stdin=(body_stdin : Bool)
- #body_stdin? : Bool
- #connections : Int32
- #connections=(connections : Int32)
- #cookies : Array(String)
- #cookies=(cookies : Array(String))
- #disable_keepalive=(disable_keepalive : Bool)
- #disable_keepalive? : Bool
- #duration : Int32 | Nil
- #duration=(duration : Int32 | Nil)
- #fail_on_error=(fail_on_error : Bool)
- #fail_on_error? : Bool
- #fail_on_transport_error=(fail_on_transport_error : Bool)
- #fail_on_transport_error? : Bool
- #follow_redirects=(follow_redirects : Bool)
- #follow_redirects? : Bool
- #headers : Array(String)
- #headers=(headers : Array(String))
- #host_header : String | Nil
- #host_header=(host_header : String | Nil)
- #insecure=(insecure : Bool)
- #insecure? : Bool
- #json=(json : Bool)
- #json? : Bool
- #max_fail_rate : Float64 | Nil
- #max_fail_rate=(max_fail_rate : Float64 | Nil)
- #max_p99_ms : Float64 | Nil
- #max_p99_ms=(max_p99_ms : Float64 | Nil)
- #method : String
- #method=(method : String)
- #numbers : Int32 | Nil
- #numbers=(numbers : Int32 | Nil)
- #output_format : String | Nil
- #output_format=(output_format : String | Nil)
- #progress=(progress : Bool)
- #progress? : Bool
- #proxy : String | Nil
- #proxy=(proxy : String | Nil)
- #random_path=(random_path : Bool)
- #random_path? : Bool
- #rate : Int32 | Nil
- #rate=(rate : Int32 | Nil)
- #server : String | Nil
- #server=(server : String | Nil)
- #success_status : String | Nil
- #success_status=(success_status : String | Nil)
- #timeout : Int32 | Nil
- #timeout=(timeout : Int32 | Nil)
- #urls_file : String | Nil
- #urls_file=(urls_file : String | Nil)
- #user_agent : String | Nil
- #user_agent=(user_agent : String | Nil)
- #warmup : Int32 | Nil
- #warmup=(warmup : Int32 | Nil)