1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/www/pear-HTTP_Server/pkg-descr
Pav Lucistnik 55272fe62f Add pear-HTTP_Server, a class that allows you to easily implement HTTP servers
by supplying callbacks. The base class will parse the request, call the
appropriate callback and build a repsonse based on an array that the callbacks
have to return.

PR:		ports/73613
Submitted by:	Gerrit Beine <tux@pinguru.net>
2004-11-06 17:14:36 +00:00

6 lines
281 B
Plaintext

HTTP server class that allows you to easily implement HTTP servers by supplying
callbacks. The base class will parse the request, call the appropriate callback
and build a repsonse based on an array that the callbacks have to return.
WWW: http://pear.php.net/package/HTTP_Server/