diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-23 12:28:11 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-23 12:28:11 +0000 |
commit | def3c63d743ec09bf8f770091f58630fad45a20a (patch) | |
tree | 4a34beecd30fe51755906c8d2e56eeba28fe73a2 /www/Makefile | |
parent | e93255bf4b5d30423a6542a566005e338e1e5f2a (diff) | |
download | ports-def3c63d743ec09bf8f770091f58630fad45a20a.tar.gz ports-def3c63d743ec09bf8f770091f58630fad45a20a.zip |
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/
PR: ports/105737
Submitted by: Simun Mikecin <numisemis at yahoo.com>
Notes
Notes:
svn path=/head/; revision=177891
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 15af6939f68e..9a4e1c41974e 100644 --- a/www/Makefile +++ b/www/Makefile @@ -849,6 +849,7 @@ SUBDIR += p5-webservice-validator-css-w3c SUBDIR += p5-webservice-validator-html-w3c SUBDIR += peacock + SUBDIR += pear-HTML_AJAX SUBDIR += pear-HTTP SUBDIR += pear-HTTP_Client SUBDIR += pear-HTTP_Download |