Cargo Features

[dependencies]
ws-framer = { version = "0.1.0", default-features = false, features = ["alloc", "http"] }
default = http

The http feature is set by default whenever ws-framer is added without default-features = false somewhere in the dependency tree.

alloc

Affects ws-framer::WsFrameOwned

http default

Enables httparse and itoa

Affects consts::WS_DEFAULT_CONNECT_HEADERS