Table of Contents
Overview
curlie is a frontend to curl that adds the ease of use of HTTPie while retaining curl’s powerful features.
Key Features
- HTTPie-like syntax
- curl compatibility
- JSON highlighting
- Intuitive interface
- Header formatting
- Color output
- Automatic formatting
- curl command translation
Installation
Using Go
Using Package Managers
Basic Usage
Simple Requests
Common Options
HTTP Methods
GET Requests
POST Requests
Other Methods
Authentication
Basic Auth
API Authentication
Advanced Features
Proxy Settings
SSL Options
Best Practices
Error Handling
Debugging
Example Scripts
API Testing Script
Batch API Requests
API Health Check