Skip Menu |

This queue is for tickets about the Test-WWW-Mechanize-Catalyst CPAN distribution.

Report information
The Basics
Id: 94426
Status: open
Priority: 0/
Queue: Test-WWW-Mechanize-Catalyst

People
Owner: Nobody in particular
Requestors: davehodg [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Additional HTTP verbs?
Date: Fri, 4 Apr 2014 11:11:53 +0100
To: bug-Test-WWW-Mechanize-Catalyst [...] rt.cpan.org
From: Dave Hodgkinson <davehodg [...] gmail.com>
I'm building a REST API, and will be supporting the HTTP verbs like DELETE and PUT. Test::WWW::Mechanize::Catalyst seems to be very GET oriented. Is there a way of cleanly adding the other verbs? Or do I have to get right down to HTTP::Request to support them? Am I even asking the right question? Ta, Dave
Hm, looks like it's doable in Catalyst::Test. Let's see.