httpgenerator-openapi 0.1.1

OpenAPI loading, inspection, and normalization for HTTP File Generator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# httpgenerator-openapi


`httpgenerator-openapi` loads, inspects, and normalizes OpenAPI documents for HTTP File Generator.

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

## Add to your project


```bash
cargo add httpgenerator-openapi
```

## API surface


- load raw OpenAPI content from files, URLs, or in-memory sources
- detect content format and specification version
- inspect and normalize OpenAPI 3.0 and 3.1 documents