- aliases for HttpUtil
[m6w6/ext-http] / php_http_message_object.h
2005-11-07  Michael Wallner- class HttpRequestPool implements Countable
2005-10-28  Michael Wallner- fix access to variables if HttpMessage is extended
2005-10-25  Michael Wallner- clone() support for HttpRequest
2005-10-24  Michael Wallner- relicense with a BSD style license
2005-10-11  Michael Wallner- use PHP macros, so that it is obvious when to call...
2005-09-12  Michael Wallner- added missing HttpMessage::setBody()
2005-05-22  Michael Wallner* flush *
2005-05-03  Michael Wallner- update property hash values
2005-05-02  Michael Wallnerflush
2005-04-29  Michael Wallner- yay, I guess this needs to be done by hand...
2005-04-27  Michael Wallner- ditch HttpMessage::__construct() and ::setRaw
2005-04-27  Michael Wallner- separated http_check_method() from http_check_allowed...
2005-04-26  Michael Wallner- added missing methods (except setBody) for HttpMessage
2005-04-12  Michael Wallner- renamed response.status to response.code
2005-04-12  Michael Wallner- even better use a object struct member for that crap
2005-04-12  Michael Wallner- add HttpMessage::setRaw(), ::getBody(), ::getHeaders()
2005-04-12  Michael Wallner- split object code into separate files