You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Jean-Michel Caricand <je...@femto-st.fr> on 2012/10/09 08:44:53 UTC

Apache::Test

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