Skip to content

vesvalo/xmlrpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an HTTP 1.1 compliant XML-RPC library for Erlang. It is
designed to make it easy to write XML-RPC Erlang clients and/or
servers. The library is compliant with the XML-RPC specification
published by http://www.xmlrpc.org/.

Prior to using this library you need a recent installation of
Erlang (Erlang/OTP R12).

In order compile the library go to the src/ directory and run make to compile.

You are now ready to try the client and server examples in the
examples/ directory.

Do not forget to read doc/xmlrpc.3 (or xmlrpc.txt, xmlrpc.ps,
xmlrpc.pdf) for a detailed API description.

Get the latest version of this library at
http://github.com/rds13/xmlrpc/ .

This library is a hack over 
http://ejabberd.jabber.ru/files/contributions/xmlrpc-1.13-ipr2.tgz 
to add support for custom HTTP headers and https transport.
Custom HTTP headers allow to send cookies between client and server.

About

Erlang XMLRPC implementation with SSL, cookies, Authentication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors