Re: [Catalyst] Setting the Catalyst Request object

2007-12-16 Thread Matt S Trout
On Thu, Dec 13, 2007 at 09:55:30AM -0800, Bill Moseley wrote: On Thu, Dec 13, 2007 at 10:09:39AM -0500, Christopher H. Laco wrote: Bill Moseley wrote: Yesterday I needed to add JSON support (both in the request and response) to a few actions. I decided to try Catalyst::Action::REST.

[Catalyst] Setting the Catalyst Request object

2007-12-13 Thread Bill Moseley
Yesterday I needed to add JSON support (both in the request and response) to a few actions. I decided to try Catalyst::Action::REST. Well, actually, I first tried using just C::A::Serialize and C::A::Deserialize -- but was not sure if those could be used separately. That didn't work so then I

Re: [Catalyst] Setting the Catalyst Request object

2007-12-13 Thread Christopher H. Laco
Bill Moseley wrote: Yesterday I needed to add JSON support (both in the request and response) to a few actions. I decided to try Catalyst::Action::REST. Well, actually, I first tried using just C::A::Serialize and C::A::Deserialize -- but was not sure if those could be used separately.