Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Spyne 为我的后端提供 SOAP 接口,但需要在某些 URL 上访问一个或多个自定义视图。例如在 HTML 中显示一些统计信息。
我怎么做?
请在此处查看多协议示例:https ://github.com/arskom/spyne/tree/master/examples/multiple_protocols
如果你想通过 Http 返回原始数据,你必须将你的输出协议设置HttpRpc为ByteArrayStringctx.transport.mime_type
HttpRpc
ByteArray
String
ctx.transport.mime_type