uget-0.1.5 is not a library.
uget
A minimal cli tool to make http requests. With uget, you can:
- Make http requests
- Download files
- Upload files
- Save response body to a file
- Print request or response
- Set headers, body, method, form fields, multipart form fields
- Easily set bearer and basic auth
- Client certificate and private key for mutual auth
- Use custom CA certificate for verify
- Use stdin as body, or save response body to a file using stdout
- Show progress bar for download
- Resume download from a previous one
- Allow enter password for auth from stdin
You want, you get!

Install
Usage
Example
GET (will print to stdout and hide progress bar)
JSON (defaults to POST method)
|
Form (defaults to POST method)
Header
Bearer
Basic
License
MIT
Author
Rogerio Pereira Araujo rogerio.araujo@gmail.com