Cargo Features
fire-http-codegen has no features set by default.
[dependencies]
fire-http-codegen = { version = "0.3.0", features = ["json", "ws", "api", "stream"] }
- json
- ws
-
Affects
fire-http-codegen::ws
… - api
-
Affects
fire-http-codegen::api
,fire-http-codegen::derive_request_extractor
,fire-http-codegen::api_stream
… - stream
-
requires the api feature to be set
Affects
fire-http-codegen::api_stream
…