[Catalyst] Converting a GET request to a POST request

Tomas Doran bobtfish at bobtfish.net
Tue Nov 23 00:33:44 GMT 2010


On 22 Nov 2010, at 18:28, Ronald J Kimball wrote:
> It doesn't care what the request method is, as long as it's POST, PUT,
> OPTIONS, or DELETE.  ;)

No, it just doesn't care.

> If I create Catalyst::Action::Deserialize::JSONP, I'll still need to
> convert the GET request to a POST.  That seems to be the really tricky
> part.

Why? Where is the code which forces it to be a POST?

Cheers
t0m





More information about the Catalyst mailing list