Back to Directory
general
Curl Http
Essential curl commands for HTTP requests, API testing, and file transfers.
Installation
Run this in your terminal or add to your configuration:
# Clone into your skills directory
git clone ...About this Skill
curl-http 1.0.0 – Initial Release
- Provides essential curl command examples for HTTP requests, API testing, and file transfers.
- Covers usage for GET, POST, PUT, DELETE, and PATCH requests, authentication methods, custom headers, cookies, proxy, and SSL/TLS options.
- Includes examples for file downloads/uploads, response formatting, range requests, and performance testing.
- Offers tips for scripting, debugging, and common usage patterns.
- Lists helpful curl flags and links to official documentation.