Hello,I have some mod_perl modules that implement REST services. I want to test them with Apache::Test. So, I have some questions :
- Is it possible to use DELETE method with Apache::Test ? I didn't find any examples - I want to send JSON data with POST method (not with x-www-form-urlencode). I can do that with cURL, but to do it with Apache::Test ?
Thanks, Jean-Michel