forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
5 lines
281 B
Text
5 lines
281 B
Text
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/
|