# httpgenerator-openapi
`httpgenerator-openapi` loads, inspects, and normalizes OpenAPI documents for HTTP File Generator.
- Docs: https://docs.rs/httpgenerator-openapi
- Homepage: https://christianhelle.github.io/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