Index of /ports_www/webserver
Name Last modified Size
Parent Directory -
Makefile 28-May-2011 14:16 914
distinfo 28-May-2011 14:16 137
files/ 28-May-2011 14:16 -
pkg-descr 05-Feb-2009 18:06 668
pkg-plist 28-May-2011 14:16 1.0K
The WebServer class provides the framework for a GNUstep program to act
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.
LICENSE: LGPL3 or later