Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 762 Bytes

index.rst

File metadata and controls

25 lines (19 loc) · 762 Bytes

comodojo/rpcserver documentation

This library provides a framework (and transport) independent XML and JSON(2.0) RPC client.

Main features are:

  • full XMLRPC and JSONRPC (2.0) protocols support, including multicall and batch requests
  • PSR-3 compliant logging
  • configurable content encoding
  • content encryption (if used in combination with comodojo/rpcserver)
.. toctree::
   :maxdepth: 2
   :caption: Contents:

   install
   basicusage
   requests
   client