On Nov 5, 9:44 am, Alagu Madhu <[EMAIL PROTECTED]> wrote:
> Hi
>
> I am send the data in json
> format(login={user:"python",password:"pylons"}).
>
> ...
>
>  print request.params.keys()
>  print request.params.items()
>  print request.params.values()
>
> ...
>
> []
> []
> []
>
> Thanks
>
> Madhu Alagu

working fine....

['login']
[('login', u'{username:"re", password:"e"}')]
[u'{username:"re", password:"e"}']




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to