Apache::Test
Jean-Michel Caricand <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
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