【发布时间】:2013-10-28 04:59:46
【问题描述】:
spyne.const 有以下内容
REQUEST_SUFFIX = ''
"""The suffix for function response objects."""
RESPONSE_SUFFIX = 'Response'
"""The suffix for function response objects."""
如何配置自己的后缀?我希望我所有方法的请求名称为 <method>RQ,响应为 <method>RS
【问题讨论】: