How to activate the built-in library UE4 libcurl the project?

How to activate the built-in library UE4 libcurl the project?

It depends on the platform. On Linux, libcurl will always be used to implement FHttpModule functionality. On Windows, you need to pass -HTTP=Curl on the command line (provided that you compiled libcurl module).