Thrift THttpTransport 规范
我正在寻找指定如何将 THTTPTransport for Thrift 映射到 HTTP 协议的文档。
I am looking for document that specifies how should THTTPTransport for Thrift be mapped on HTTP protocol.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它并不出色,但这是我能找到的最好的例子:
http://svn.apache.org/repos/asf/thrift/trunk/lib/csharp/src/Transport/THttpHandler.cs
基本上这是 Thrift 当前 /trunk 中的 IHttpHandler 实现(升c)。似乎可以满足您的需要?
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?