Re: mod_perl and Apache::Test

2012-10-09 Thread Torsten Förtsch
On 10/09/2012 10:44 AM, Jean-Michel wrote: > 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 $ perl -MApache::TestRequest -le

mod_perl and Apache::Test

2012-10-09 Thread Jean-Michel
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