Remote Procedural Call via XML-RPC in 5 minutes

Описание к видео Remote Procedural Call via XML-RPC in 5 minutes

Over the next 5 minutes, we'll bring you up to speed with how to implement XML-Remote Procedural Calls (XML-RPC) in Python 3 with the use of the built-in modules xmlrpc.server and xmlrpc.client.

Make sure you don't stop watching until you've considered the security implications as well.

Contents:

0:00 Introduction
0:33 Language-agnostic
0:52 Our First XML-RPC Server
2:02 Our First XML-RPC Client
3:05 Exceptions
3:28 3 Absolute Key Aspects that must be considered
4:18 Making Life Easier with Classes
4:43 Verbose Mode (Raw XML)
4:53 Alternate, Otherwise Invalid and Dotted API Names
5:19 Security Implications

Комментарии

Информация по комментариям в разработке