An open API service indexing awesome lists of open source software.

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

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
```