[Nitro] [PATCH] Separate get_params and post_params

Noé Rubinstein noe.rubinstein at gmail.com
Sun Dec 17 04:21:57 EST 2006


Oooops, forgotten the patch itself.

2006/12/17, Noé Rubinstein <noe.rubinstein at gmail.com>:
> This patch separates GET params and POST params.
> request.post_params # now returns POST params
> request.get_params # now returns GET params
> request.params # Compatibility method returning the result of
> post_params.merge(get_params)
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: separate_post_and_get_params.bz2
Type: application/x-bzip2
Size: 2673 bytes
Desc: not available
Url : http://rubyforge.org/pipermail/nitro-general/attachments/20061217/189fd7c9/attachment.bz2 


More information about the Nitro-general mailing list