http requests using the C language on windows? [closed]

-2

How to make http requests using the C language in windows? No need to post code, just a good reference is enough for me :) But if someone has an example it will be of great help;)

    
asked by anonymous 28.05.2018 / 23:43

1 answer

0

You can use Windows Sockets 2, or use Qt which has a large network library and is cross-platform

    
29.05.2018 / 00:06