lvn-ruby-dragon

Results 1 issues of lvn-ruby-dragon

I have the following setup ... ```rust pub(crate) async fn transaction1(user: &mut GooseUser) -> TransactionResult { user.client = Client::builder() .http1_only() .trust_dns(true) .build() .expect("Client creation failed"); let request_builder = user .get_request_builder(&GooseMethod::Get,...

help wanted