Cargo Features
[dependencies]
merfolk_backend_http = { version = "0.1.0", default-features = false, features = ["http1", "http2"] }
- default = http2
-
The
http2
feature is set by default whenevermerfolk_backend_http
is added without
somewhere in the dependency tree.default-features = false - http1
-
Enables http1 of hyper ^0.14
hyper:
HTTP versions
- http2 default
-
Enables http2 of hyper ^0.14
merfolk_backend_http has 3 features without comments.