Cargo Features
fire-http-api has no features set by default.
[dependencies]
fire-http-api = { version = "0.4.0", features = ["stream", "trace", "testing"] }
- stream
-
Enables ws of fire-http and stream of fire-http-codegen
fire-http-codegen:
requires the api feature to be set
Affects
fire-http-api::stream
… - trace
-
Trace logging is only enabled with this feature
- testing