[Twisted-Python] parsing url query parameters and values

Vasil Vangelovski vvangelovski at gmail.com
Tue Mar 11 06:45:43 MDT 2008


Thanx alot.
What I was looking for was cgi.parse_qs.
I need that processing for a layer that is not connected to twisted.

On Tue, Mar 11, 2008 at 1:26 PM, Maarten ter Huurne
<maarten at treewalker.org> wrote:
> On Monday 10 March 2008, Vasil Vangelovski wrote:
>  > Is there any method in the Twisted or Twisted web api I can use to
>  > parse url query parameters and values.
>
>  If the query is part of a request being handled by twisted.web, you can
>  simply use "Request.args".
>
>  Bye,
>                 Maarten
>
> _______________________________________________
>  Twisted-Python mailing list
>  Twisted-Python at twistedmatrix.com
>  http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>
>




More information about the Twisted-Python mailing list