httpgenerator 0.1.1

Generate .http files from OpenAPI specifications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# httpgenerator


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

- Homepage: <https://christianhelle.com/httpgenerator/>
- Repository: <https://github.com/christianhelle/httpgenerator>

## Install


```bash
cargo install httpgenerator
```

## Usage


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