testWR = new WebResource(serverURL.withFilename("echo")) testWR.post("hello").content // Server response: "you said: hello"
do it