From: Divye K. <div...@gm...> - 2008-08-11 13:39:37
|
Hi Dean, It is possible for a POST request to send multiple body entities with multiple content types using multipart transmission (RFC 2388) Should we support this feature? In order to do that, we will need to analyse the body of the message to determine suitable boundaries. I have just checked in the code without unit tests -- maybe someone who knows how to deal with the Python Server (CGI perhaps) and do POST, PUT, and DELETE handling should take over the testing of this code? There is no direct support for PUT and DELETE on the Python server currently. I'll see how that can be implemented. Divye -- An idealist is one who, on noticing that a rose smells better than a cabbage, concludes that it will also make better soup. H. L. Mencken (1880 - 1956) My official web site: http://people.iitr.ernet.in/shp/061305/ Webmaster: http://www.drkapoorsclinic.com Blog: http://divyekapoor.blogspot.com |