Added SILC HTTP Server API
authorPekka Riikonen <priikone@silcnet.org>
Tue, 10 Jun 2008 05:38:14 +0000 (08:38 +0300)
committerPekka Riikonen <priikone@silcnet.org>
Tue, 10 Jun 2008 05:38:14 +0000 (08:38 +0300)
commit6e8488ced827350e5c0e95f7a9feffdd80281eae
tree0ba467f33e9d25515fd9e8ed6fe255391db4d6c6
parentb2e08028ce3fa0636c74686b8a067d18d3e10b29
Added SILC HTTP Server API

Provides simple HTTP server and HTTP PHP translator with simple API.
TODO
configure.ad
lib/Makefile.ad
lib/silchttp/Makefile.ad [new file with mode: 0644]
lib/silchttp/silchttpphp.c [new file with mode: 0644]
lib/silchttp/silchttpphp.h [new file with mode: 0644]
lib/silchttp/silchttpserver.c [new file with mode: 0644]
lib/silchttp/silchttpserver.h [new file with mode: 0644]
lib/silchttp/tests/Makefile.am [new file with mode: 0644]
lib/silchttp/tests/test_silchttpserver.c [new file with mode: 0644]
lib/silcutil/silcruntime.h.in