Ricardo Calheiros 6402524efd bug correction on the method xmlrpc.srvMethods
tests/test.lua renamed to apitest.lua
adding tests/httptest.lua - automatic tests over http
new server side (server.lua)
2006-02-17 11:39:14 +00:00
2006-02-17 11:35:10 +00:00

LuaXMLRPC is a library of functions to deal with XML-RPC.

This library depends on LuaExpat.
The standalone server depends on LuaSocket for Lua 5.0 also.

Here goes a small description of the files in the distribution

    index.html          -- Home page
    license.html        -- Copyright & License
    luaxmlrpc.png       -- LuaXMLRPC Logo
    Makefile            -- Makefile for Unix systems
    manual.html         -- Reference manual
    README              -- This file
    apitest.lua         -- Overall API test script
    httptest.lua        -- Automatic tests over HTTP
    xmlrpc.lua          -- Source file
    xmlrpc.http.lua     -- Extension library over HTTP
    xmlrpc.server.lua   -- Server implementation over CGILua

$Id$
Description
No description provided
Readme 199 KiB
Languages
Lua 99.6%
Makefile 0.4%