- add response tests
[m6w6/ext-http] / http_response_object.c
2005-07-22  Michael Wallner- add response tests
2005-07-22  Michael Wallner- docs
2005-07-22  Michael Wallnerhoppla
2005-07-22  Michael Wallner- added capture mode to HttpResponse
2005-07-22  Michael Wallner- example
2005-07-22  Michael Wallner- return error if headers have been already sent
2005-07-22  Michael Wallner- fix stream handling
2005-07-21  Michael Wallner- set etag if not defined by user
2005-07-21  Michael Wallner- fix output buffering, default mime type
2005-07-21  Michael Wallner- better some leaks than mem read errors
2005-07-21  Michael Wallner- fix refelction info
2005-07-20  Michael Wallner- separate http_methods.c into http_*_object.c files
2005-07-19  Michael Wallner- reflection awareness of HttpRequest
2005-07-19  Michael Wallner- reflection awareness for HttpResponse, HttpMessage...
2005-07-19  Michael Wallner- reorder includes, always include php.h first
2005-05-25  Michael Wallner- fix compiler warnings (unused vars & missing includes)
2005-05-22  Michael Wallner* flush *
2005-04-12  Michael Wallner- split object code into separate files