| Crates.io | karga-http |
| lib.rs | karga-http |
| version | 0.2.0 |
| created_at | 2025-11-25 01:33:24.204378+00 |
| updated_at | 2025-12-02 05:37:18.127678+00 |
| description | Karga adapters for the main web protocols |
| homepage | |
| repository | https://github.com/karga-rs/karga-contrib |
| max_upload_size | |
| id | 1949020 |
| size | 59,083 |
karga-http is the implementation of the main web protocols for the karga load testing framework.
It provides a simple and easy way to define and execute HTTP-based scenarios using reqwest under the hood.
Add both karga and karga-http to your Cargo.toml:
[dependencies]
karga = "*"
karga-http = "*"
http_actionA helper function that wraps an HTTP request into a karga action. It measures latency, success, and bytes transferred, and feeds them into HttpAggregate.
Analysis pipelineImplements HttpMetric, HttpAggregate and HttpReport, providing the most useful data points for analysing http performance.
Licensed under MIT. See LICENSE for details.