Lua XML-RPC is a Lua package to access and provide XML-RPC services
timn/lua-xmlrpc
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Lua-XML-RPC is a Lua package to access and provide XML-RPC services Synopsis ======== This package provides code to access XML-RPC [1] services over HTTP. It also provides code to provide these services, e.g. by using Xavante [2]. The project website is at http://github.com/timn/lua-xmlrpc. [1]: http://www.xmlrpc.com/ [2]: http://keplerproject.github.com/xavante/ Dependencies ============ This library depends on the following packages. The given version numbers are known working versions. Earlier versions might work, but in that case we cannot accept bug reports. - LuaExpat http://www.keplerproject.org/luaexpat/ 2.0.1 - LuaSocket http://luasocket.luaforge.net/ 2.0.2 Files in this package ===================== README -- This file Makefile -- Makefile for Unix systems src/ init.lua -- Main module source file http.lua -- Extension library over HTTP server.lua -- Server implementation over CGILua tests/ apitest.lua -- Overall API test script httptest.lua -- Automatic tests over HTTP doc/us/ index.html -- Home page license.html -- Copyright & License luaxmlrpc.png -- LuaXMLRPC Logo manual.html -- Reference manual examples.html -- Examples
About
Lua XML-RPC is a Lua package to access and provide XML-RPC services
Resources
Stars
Watchers
Forks
Packages 0
No packages published