[Web-SIG] Random thoughts

David Fraser davidf at sjsoft.com
Mon Nov 3 10:50:27 EST 2003


david wrote:

> David
>
> <snip>
>
>> I agree, post and query are great, but I don't think "form" should be 
>> the general term (what about a query parameter in a hyperlink?)
>> I prefer parameters:
>> request.parameters(query_overrides=1)
>> request.parameters.postdata()
>> request.parameters.querydata()
>
>
> +1
>
>> We should also allow for file uploads - for this we may need to take 
>> into account that the entire post may not be read in by the time the 
>> handler gets here, so some of the postdata() objects may be file-like 
>> objects that can read the uploaded file.
>
>
> Also with REST it is becoming more common to need to access the body 
> of the request because you POST an XML body instead of parameters.
>
> Dave

Thanks David, presumed you meant to Cc this to the list too...

David




More information about the Web-SIG mailing list