httpgenerator 1.1.0

Generate .http files from OpenAPI specifications
Documentation

httpgenerator

httpgenerator is the Rust CLI for generating .http files from OpenAPI specifications.

Install

cargo install httpgenerator

Prebuilt standalone installers are also available:

curl -fsSL https://christianhelle.com/httpgenerator/install | bash
irm https://christianhelle.com/httpgenerator/install.ps1 | iex

Usage

httpgenerator ./openapi.json --output ./generated --no-logging