durusmail: quixote-users: Proposal: getfirst and getlist for HTTPRequest
Proposal: getfirst and getlist for HTTPRequest
2003-04-03
2003-04-05
2003-04-05
Re: Proposal: getfirst and getlist for HTTPRequest
2003-04-07
Proposal: getfirst and getlist for HTTPRequest
Greg Ward
2003-04-05
On 04 April 2003, Hamish Lawson said:
> Do others think it would be useful for HTTPRequest to have equivalents
> of the standard cgi module's getfirst and getlist methods (perhaps
> called get_form_var_first and get_form_var_list)?

I think it would be better to make request.form a custom type rather
than a dictionary.  Then let's talk about adding missing features.

        Greg
--
Greg Ward                          http://www.gerg.ca/
Condense soup, not books!

reply