aboutsummaryrefslogtreecommitdiffstats
path: root/www/webserver
Commit message (Collapse)AuthorAgeFilesLines
* - add LICENSE:dinoex2009-01-171-0/+2
|
* - update to 1.2.1dinoex2008-06-252-6/+6
|
* - add category gnustepdinoex2007-02-011-1/+1
| | | | | PR: 103931 Approved by: pav
* - update to 1.1.1dinoex2007-01-303-6/+10
|
* - update to use new bsd.gnustep.mkdinoex2007-01-132-7/+3
| | | | Approved by: gurkan@linuks.mine.nu
* The WebServer class provides the framework for a GNUstep program to actdinoex2006-10-314-0/+53
as an HTTP or HTTPS server for simple applications. It does not attempt to be a general-purpose web server, but is rather intended to permit a program to easily handle requests from automated systems which are intended to control, monitor, or use the services provided by the program in which the class is embedded. The emphasis is on making it robust/reliable/simple, so you can rapidly develop software using it. It is a single-threaded, single-process system using asynchronous I/O, so you can easily run it under debug in gdb to fix any bugs in your delegate object.