-
released this
2026-01-29 11:34:40 +00:00 | 0 commits to main since this releaseInitial Release
HTTP Convert v0.1.0 - A powerful CLI tool and web interface for converting HTTP requests between cURL, HTTPie, fetch, and axios formats.
Features
- Bidirectional format conversion
- Interactive CLI mode with step-by-step wizard
- Syntax highlighting for better readability
- Web interface for visual request construction
- Configuration support
Installation
pip install http-convertUsage
# Convert a request http-convert "curl 'https://api.example.com/users'" --to fetch # Start web interface http-convert web # Interactive mode http-convert interactiveProject Structure
- CLI commands:
convert,interactive,formats,config,web,version - Supported formats: cURL, HTTPie, fetch, axios
- Web API endpoints:
/api/convert,/api/parse,/api/formats
Testing
Run tests with:
pytest tests/ -vDownloads