开发者

How to set up PyAMF Django gateway so it uses AMF3?

开发者 https://www.devze.com 2022-12-16 08:25 出处:网络
How to set up PyAMF Django gateway so it uses AMF3 instead of the开发者_运维技巧 default AMF0?By default PyAMF supports both AMF0 (NetConnection remoting) and AMF3 (Flex messaging) of which RemoteObje

How to set up PyAMF Django gateway so it uses AMF3 instead of the开发者_运维技巧 default AMF0?


By default PyAMF supports both AMF0 (NetConnection remoting) and AMF3 (Flex messaging) of which RemoteObject is one flavour.

The docs give a simple example of how to approach a PyAMF gateway with both.

Also, you can set pyamf.DEFAULT_ENCODING = pyamf.AMF3 :-)

0

精彩评论

暂无评论...
验证码 换一张
取 消