Cargo Features
[dependencies]
ws-framer = { version = "0.1.0", default-features = false, features = ["alloc", "http"] }
- default = http
-
The
http
feature is set by default wheneverws-framer
is added without
somewhere in the dependency tree.default-features = false - alloc
-
Affects
ws-framer::WsFrameOwned
… - http default
-
Affects
consts::WS_DEFAULT_CONNECT_HEADERS
…