| Crates.io | uget |
| lib.rs | uget |
| version | 0.1.5 |
| created_at | 2025-10-02 02:42:26.627776+00 |
| updated_at | 2025-11-08 23:36:13.52027+00 |
| description | A minimal cli tool to make http requests. You want, you get! |
| homepage | https://ararog.github.io/uget |
| repository | https://github.com/ararog/uget |
| max_upload_size | |
| id | 1863798 |
| size | 196,172 |
A minimal cli tool to make http requests. With uget, you can:
You want, you get!

cargo install uget
uget <url> <body> [OPTIONS]
uget https://example.com
echo "{title: 'foo', body: 'bar', userId: 1}" | uget https://example.com
uget https://example.com --field "title=foo" --field "body=bar" --field "userId=1"
uget https://example.com -m POST --header "Content-Type: application/json" "{ title: 'foo', body: 'bar', userId: 1 }"
uget https://example.com/users/1 -m DELETE --bearer <token>
uget https://example.com -m POST --basic <username>:<password>
MIT
Rogerio Pereira Araujo rogerio.araujo@gmail.com