I am looking for advice on how to write a small and simple application that will receive an HTTP GET request and HTTP PUT, process the data (plain text files) and respond.
I am all ready to do this with threads and sockets, but there should be a simpler and more efficient way. Also, when I launch my application using wirehark, I am not convinced that I am using the http protocol, as it should be.
thanks
Alexis
source share