• v0.1.0 600213e010

    v0.1.0
    Some checks failed
    CI / test (push) Failing after 9s
    Stable

    7000pctAUTO released this 2026-01-29 11:34:40 +00:00 | 0 commits to main since this release

    Initial 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-convert
    

    Usage

    # Convert a request
    http-convert "curl 'https://api.example.com/users'" --to fetch
    
    # Start web interface
    http-convert web
    
    # Interactive mode
    http-convert interactive
    

    Project 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/ -v

    Downloads