On Sun, Feb 6, 2011 at 6:01 PM, laurent laffont <laurent.laffont@gmail.com> wrote:
Comment Of The Day Contest - One Day One Comment
Rules: Each day a not commented class is elected. Each day the best comment will be integrated with name of the author(s).


Today: HTTPClient


I'm a facade for doing simple HTTP GET/POST operations like downloading / uploading some content.��

For example, I get HTML content for http://www.pharo-project.org web page like this:��HTTPClient httpGet: 'http://www.pharo-project.org'.


Laurent
��


Laurent