blob: feb94ffd869be03f26f419a98d6f7173f3d7af61 (
plain) (
blame)
1
2
3
4
5
|
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: https://pear.php.net/package/HTTP_Server
|