Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month 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
```