Cargo Features
http-adapter-surf has no features set by default.
[dependencies]
http-adapter-surf = { version = "0.3.0", features = ["curl-client", "h1-client", "h1-client-rustls", "hyper-client", "wasm-client", "default-client", "middleware-logger", "encoding"] }
- default
-
These default features are set whenever
http-adapter-surfis added withoutsomewhere in the dependency tree.default-features = false Enables surf
- curl-client
-
Enables curl-client of surf
- h1-client
- h1-client-no-tls h1-client-rustls
-
Enables h1-client-no-tls of surf
- hyper-client
-
Enables hyper-client of surf
- wasm-client
-
Enables wasm-client of surf
- default-client
-
Enables default-client of surf
- middleware-logger
-
Enables middleware-logger of surf
- encoding
-
surf:
requires web-sys for TextDecoder on wasm
http-adapter-surf has 9 features without comments.