PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTTP » HTTP_Server

HTTP server class.

This package is unmaintained.

Download latest release 0.4.1 (archived versions might be outdated)

License: PHP License

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.

Maintainers

Dependencies

Required

Releases

Bugs

IDStatusTypeVersionDateSummary
#2158ClosedReq2004-08-18HTTP_Server_Request storing POST data
#2531ClosedBug2004-10-14Server shutdown on bad Request
#2762ClosedBug2004-11-15Request.php::_parsePath() E_ALL warning
#3116ClosedBug2005-01-05HTTP response message does not contain CRLF
#14469FeedbackBug0.4.02008-08-07POST Multipart Content Not Included in Request Object