[Catalyst] Converting a GET request to a POST request

Tomas Doran bobtfish at bobtfish.net
Thu Nov 25 19:55:48 GMT 2010


On 23 Nov 2010, at 16:22, Ronald J Kimball wrote:
>>
>> Why? Where is the code which forces it to be a POST?
>
> In Catalyst::Action::Deserialize:
>
> sub execute {
>    my $self = shift;
>    my ( $controller, $c ) = @_;
>
>    my @demethods = qw(POST PUT OPTIONS DELETE);

Dang, my bad.

Cheers
t0m




More information about the Catalyst mailing list