I previously blogged about using RESTClient with the Sun JVM-provided HTTP Server. As I stated in that blog posting, I intend to use these tools to demonstrate HTTP and REST concepts at Rocky Mountain ...
The Hypertext Transport Protocol requires all HTTP methods to declare whether they are idempotent or not. With an idempotent HTTP method, multiple invocations always leave the data on the server in ...