Warning: This package management website is not protected with a password, this is a MAJOR security risk. Please read the README.
Package
HTTP_Server
Installed
- no -
Latest
0.4.1
License
PHP License
Summary
HTTP server class.
Description
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.