aboutsummaryrefslogtreecommitdiff
path: root/www/webserver
Commit message (Collapse)AuthorAgeFilesLines
* - add category gnustepDirk Meyer2007-01-311-1/+1
| | | | | | | | PR: 103931 Approved by: pav Notes: svn path=/head/; revision=183799
* - update to 1.1.1Dirk Meyer2007-01-303-6/+10
| | | | Notes: svn path=/head/; revision=183693
* - update to use new bsd.gnustep.mkDirk Meyer2007-01-132-7/+3
| | | | | | | Approved by: gurkan@linuks.mine.nu Notes: svn path=/head/; revision=182275
* The WebServer class provides the framework for a GNUstep program to actDirk Meyer2006-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. Notes: svn path=/head/; revision=175700