This is a discussion on PEAR HTTP_Request Question within the PHP Language forums, part of the PHP Programming Forums category; With http_request, is there a debug mode or a way to see exactly what http_request is sending?...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
on 02/26/2005 06:02 PM doug said the following: > With http_request, is there a debug mode or a way to see exactly what > http_request is sending? I don't know about PEAR HTTP because I do not use it, but I use this other HTTP client class that can dump all HTTP client and server dialog in debug mode: http://www.phpclasses.org/httpclient -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/ PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/ Metastorage - Data object relational mapping layer generator http://www.meta-language.net/metastorage.html |