[Twisted-Python] Getting started using Twisted for servlet-like development

Andrew Bennetts andrew-twisted at puzzling.org
Sat Feb 15 04:46:41 EST 2003


I know next to nothing about Twisted Web, but...

On Sat, Feb 15, 2003 at 09:56:32AM +0100, William Dode wrote:
> 
> > - Forms-processing ( this can be done manually when parsing the posted data, I'd like to get this done automatically )
> also in Request (i find it in the source code, maybe it's a method for
> them ?)
> 
> request.args
> 
> but why everythings is in list ?
> ?a=5&b=3
> {"a":["5"], "b":["3"]} 
> 
> why not a compatible FieldStorage ?

I expect this is because ?a=5&a=7&b=8 is a perfectly valid URL.

-Andrew.





More information about the Twisted-Python mailing list