Curl Tool - Data Transfer
Transfer data with HTTP/HTTPS/FTP. Supports custom headers and auth.
Quick Start
curl-tool https://api.example.com/data
Features
- GET and POST requests
- Custom headers
- Auth support
- File downloads
- Follow redirects
Examples
curl-tool https://api.example.com/users
curl-tool -X POST -d '{"name":"test"}' https://api.example.com
curl-tool -o out.txt https://example.com/file
See Also
- Related documentation:
man curl(if available)