Cargo Features
rama-http-core has no features set by default.
[dependencies]
rama-http-core = { version = "0.2.0-alpha.6", features = ["unstable"] }
- unstable
-
Enables unstable APIs. Any API exposed by this feature has no backwards compatibility guarantees. In other words, you should not use this feature for anything besides experimentation. Definitely do not publish a crate that depends on this feature.
Affects
h2::proto
,h2::frame
…