silchttpserver.html
SILC HTTP Server Interface Header: silchttpserver.h
DESCRIPTION
Very simple HTTP server interface. This HTTP server supports basic HTTP
features. All pages on the server are dynamically created by the caller
of this interface. The server does not support plugins, modules, cgi-bin,
server-side includes or any other special features. Naturally, the caller
of this interface may itself implement such features.
SilcHttpServer
SilcHttpConnection
SilcHttpServerCallback
silc_http_server_alloc
silc_http_server_free
silc_http_server_send
silc_http_server_send_error
silc_http_server_get_header
silc_http_server_add_header
|