2

I am looking for document that specifies how should THTTPTransport for Thrift be mapped on HTTP protocol.

Martin Ba
  • 37,187
  • 33
  • 183
  • 337
Davorin Ruševljan
  • 4,353
  • 21
  • 27

1 Answers1

1

Its not brilliant but this is the best example I could find:

http://svn.apache.org/repos/asf/thrift/trunk/lib/csharp/src/Transport/THttpHandler.cs

Basically that's a IHttpHandler implementation in the current /trunk of Thrift (for c-sharp). Seems to do what you need?

Kieran Benton
  • 8,739
  • 12
  • 53
  • 77