Function atomic_bomb_engine::core::execute::run
source · pub async fn run(
url: &str,
test_duration_secs: u64,
concurrent_requests: i32,
timeout_secs: u64,
verbose: bool,
method: &str,
json_str: Option<String>,
form_data_str: Option<String>,
headers: Option<Vec<String>>,
cookie: Option<String>,
should_prevent: bool,
assert_options: Option<Vec<AssertOption>>
) -> Result<TestResult>