简体   繁体   中英

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

如何设置PyAMF Django网关,使其使用AMF3而不是默认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 :-)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM