hermes icon indicating copy to clipboard operation
hermes copied to clipboard

Use libcurl instead of curl

Open concatime opened this issue 3 years ago • 1 comments

This is a proposition to replace calling curl by using libcurl directly. Hermes already uses libsignify instead of signify, internal sha256 implementation instead of sha256sum and libarchive instead of tar. So why not libcurl? This way, all dependencies are fetched at compile-time and not run-time. WDYT?

concatime avatar Mar 11 '21 05:03 concatime

I think its a good idea, though I did some work on the second generation of hermes which works a bit differently so I'm still deciding what the best course of action will be.

andrewchambers avatar Mar 11 '21 06:03 andrewchambers