https://github.com/zmisgod/ab-rs
This project is aimed to learn async programing
https://github.com/zmisgod/ab-rs
ab benchmark tools
Last synced: 6 months ago
JSON representation
This project is aimed to learn async programing
- Host: GitHub
- URL: https://github.com/zmisgod/ab-rs
- Owner: zmisgod
- License: mit
- Created: 2022-06-21T17:47:19.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-24T11:47:06.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T08:52:13.080Z (over 1 year ago)
- Topics: ab, benchmark, tools
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ab-rs
This project is aimed to learn async programing.
```
curl --location --request POST
curl --location --request GET
default: form-data: --from
Content-Type: application/x-www-form-urlencoded: --data-from-urlencoded
Content-Type: application/json: --data-raw
Content-Type: image/jpeg: --data-binary
```