Hi, I am wondering whether there is a simple way to use http as the transport without putting up a web server?
For example, when clients speak using THttpClient, is there an easy way to parse these messages at the server? It seems that all we need is a processor on the server that eats the http request and headers out of the input stream before handing off the rest to the actual processors. It would also have to tunnel responses back via http. Am I missing something? Cheers, -Srikanth
