[Catalyst] Re: Catalyst actions
A. Pagaltzis
pagaltzis at gmx.de
Fri May 18 14:29:20 GMT 2007
* Matt S Trout <dbix-class at trout.me.uk> [2007-05-18 14:30]:
> I prefer to have my code wired up fairly explicitly for GET vs.
> POST but that's more an obsession with the HTTP and URI
> standards than any practical concern.
The Rails crew learned the painful way that there can be very
practical concerns indeed when you get these wrong… :-)
(For those who don’t know: using POST where GET would be
appropriate just costs you cacheability and thus scalability;
using GET where POST would be appropriate can cost your users
their data.)
Regards,
--
Aristotle Pagaltzis // <http://plasmasturm.org/>
More information about the Catalyst
mailing list