Reputation: 23
I need to implement the HTTP PUT method in C using TCP socket.
Can anyone help me out?
Upvotes: 2
Views: 2634
Reputation: 32651
Look at libcurl especially the example for http put
Or libneon. PUT is in ne_basic.c.
Upvotes: 4