JUCE_USE_CURL=0 - What does JUCE use instead?

I was just able to make a web request on Linux with JUCE_USE_CURL off. Is this supposed to work? If it is, I might have a bug report for you!

Looking at the source, it seems like juce uses sockets to implement web requests.

1 Like