nativeformat / NFHTTP

A cross platform C++ HTTP library that interfaces natively to other platforms.
Apache License 2.0
588 stars 37 forks source link

Clarify cURL dependency #21

Open ghost opened 5 years ago

ghost commented 5 years ago

here it says cURL is a dependency:

https://github.com/spotify/NFHTTP#dependencies-globe_with_meridians

but here it says cURL is not used with Windows:

https://github.com/spotify/NFHTTP#architecture-triangular_ruler

so is cURL actually needed when compiling for Windows?

drubinstein commented 5 years ago

I'll update the readme. Windows uses WinHTTP as you read in the README so curl isn't needed.