Cargo Features
[dependencies]
routerify = { version = "3.0.0", default-features = false, features = ["all", "hyper-http1", "hyper-http2"] }
- default = hyper-http1
-
The
hyper-http1
feature is set by default wheneverrouterify
is added without
somewhere in the dependency tree.default-features = false - all = hyper-http1, hyper-http2
- hyper-http1 default all?
-
Enables http1 of hyper ^0.14
hyper:
HTTP versions
- hyper-http2 all?
-
Enables http2 of hyper ^0.14
Routerify has 4 features without comments.