Cargo Features

Monoio-HTTP has no features set by default.

[dependencies]
monoio-http = { version = "0.3.7", features = ["logging", "stream", "unstable", "parsed", "monoio-native-tls"] }
logging
stream

Enables futures::Stream implementations for various types.

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

parsed

Enables cookie, mime, multer, multipart, and serde_urlencoded

Affects error::ParseError, common::parsed

Features from optional dependencies

monoio-native-tls implicit feature

Enables monoio-native-tls

monoio-native-tls:

Asynchronous TLS streams wrapper for Monoio based on NativeTLS