Feature gate for HTTP client #716
Replies: 1 comment 2 replies
-
| I did a quick experiment to check which would be the crates we would (currently) no longer depend on if we feature-gated  What use case do you have in mind where (i) you don't need support for remote resources (especially, but not limited to, SPARQL queries) and (ii) you repeatedly build Nemo from an empty cargo cache? Feature-gating `reqwest` would currently avoid a dependency on these crates
 Once we add brotli und zstd decompression, this goes down to even less
 | 
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Pulling in the reqwest crate results in a huuuge number of sub-dependencies, increasing build times and complicating the software supply chain. Would you be amenable to putting it behind a feature gate? I can send a pull request.
Beta Was this translation helpful? Give feedback.
All reactions