autapi 0.0.1

Automatic OpenAPI specification from function signatures
Documentation
1
2
3
4
5
6
7
8
---
source: autapi/src/openapi/mod.rs
expression: "SecurityScheme::new(SecuritySchemeType::Http(HttpSecurityScheme::new(\"scheme\".to_owned())))"
---
{
  "type": "http",
  "scheme": "scheme"
}