Hello all,
I am developing a servlet application, I was using JWebUnit, to check all the basic responses, but now I have to start using other HTTP methods different to GET(POST,PUT and DELETE).
So, I found HttpUnit, it looks that have support for what I need, POST and PUT methods are available there and I guess I can walk around the DELETE method through the HEAD which is supported by HttpUnit.
However I found there is no recent activity in this project; the last release was about two years ago. so my question is if there is any other library that people is using for it or HttpUnit is the right for my case?
Thanks.