XMLRPC v0.1.0
Modules summary ↑
| XMLRPC | Encode and Decode elixir terms to XML-RPC parameters. All XML-RPC parameter types are supported, including arrays, structs and Nil (optional) |
| XMLRPC.Base64 | |
| XMLRPC.DateTime | |
| XMLRPC.Decoder | This module does the work of decoding an XML-RPC call or response |
| XMLRPC.Encode | Utility functions helpful for encoding XML |
| XMLRPC.Encoder | This module does the work of encoding an XML-RPC call or response |
| XMLRPC.Fault | |
| XMLRPC.MethodCall | |
| XMLRPC.MethodResponse |
Exceptions summary ↑
| XMLRPC.DecodeError |
| XMLRPC.EncodeError |
Protocols summary ↑
| XMLRPC.ValueEncoder |