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

https://github.com/forfd8960/requester

a send request tool
https://github.com/forfd8960/requester

Last synced: 14 days ago
JSON representation

a send request tool

Awesome Lists containing this project

README

          

# Requester

A send request tool.

## 2024-05-23

```sh
~/D/r/requester (main)> cargo run .
Compiling requester v0.1.0 (~/Documents/rust-code/requester)
Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s
Running `target/debug/requester .`
Request { method: "GET", url: "http://localhost:8088", headers: {}, body: [] }
```