Thrift 有常用的 MIME 类型吗?

发布于 2024-10-15 13:42:11 字数 244 浏览 6 评论 0 原文

如果没有,“application/x-thrift”可能是一个选项(灵感来自 http://www.slideshare.net/mokeefe/javaone-2009-ts5276-restful-protocol-buffers)。还有其他建议吗?

If not, "application/x-thrift" could be an option (inspired on http://www.slideshare.net/mokeefe/javaone-2009-ts5276-restful-protocol-buffers). Any other suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

握住我的手 2024-10-22 13:42:11

编辑:请查看 Jon Parise 的更多最新回复。

我花了一段时间来确认这一点,所以我最终回答了我自己的问题。在 Thrift .NET 运行时库中,类 Thrift.Transport.THttpClient 我发现“request.ContentType =”application/x-thrift”;”

所以看来我的假设与建议相符。

EDIT: please see more up to date response from Jon Parise.

Took me a while to confirm this so I'm ending up answering to my own question. In the Thrift .NET runtime library, class Thrift.Transport.THttpClient I found "request.ContentType = "application/x-thrift";"

So it appears my assumption matches the recommendation.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文