HTTPClient Library Examples

I would like to use the HttpClient library and have the one example working fine with my target server.
What I would like is some more examples using this library.

A POST example would be great or a pointer to a doc. file for use of the library.

Thank you... Jim

Here is my client code in the playground. It has GET and POST examples.
http://playground.arduino.cc/Code/WebClient
It has the timeout code also in the event the connection breaks.

Thanks Tim.
I like the way you collect the response from the server so I ripped that off.
I still would like some examples of using the HTTPClient library if anyone has them...

James-Brown:
I like the way you collect the response from the server so I ripped that off.

Not really. You are just borrowing it on a "no deposit, no return" basis. :wink:
Feel free to hack away at it.