depends on language you are using, for C++ THttpServer, here is the example:
https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob;f=test/cpp/src/TestServer.cpp;hb=HEAD

;-r

Quoting Srikanth Kandula <[email protected]>:

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


Reply via email to