File: README

package info (click to toggle)
lua-soap 3.0%2Bgit91419a7-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 184 kB
  • sloc: makefile: 22
file content (25 lines) | stat: -rwxr-xr-x 848 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
LuaSOAP is a library of functions to deal with SOAP

This library depends on LuaExpat.

Here goes a small description of the files in the distribution

    README           -- This file
doc/us/
    index.html       -- Home page
    examples.html    -- Some examples
    license.html     -- Copyright & License
    luasoap.png      -- LuaSOAP Logo
    manual.html      -- Reference manual
src/
    soap.lua         -- Source file
    client.lua       -- Extension module over HTTP (depends on LuaSocket)
    server.lua       -- Extension module based on CGILua
src/client/
    https.lua        -- Extension module over HTTPS (depends on LuaSec)
tests/
    test.lua         -- Overall API test script
    test-http.lua    -- Client API test script
    test-server.lua  -- Server support test script

$Id: README,v 1.3 2009/07/22 19:02:46 tomas Exp $