j2labs / brubeck

Asynchronous web and messaging
http://brubeck.io
511 stars 66 forks source link

Keep blank values on POST and PUT requests #109

Open lkraider opened 11 years ago

lkraider commented 11 years ago

Changed this so there are no made assumptions about how the client code will handle empty form fields. Also, moved all calls from cgi to urlparse since its the new module for these things.