good you are bringing this up. Right all variables parsed from URL wheteher they are in GET, POST, PUT, DELETE, TRACE, HEAD or CONNECT or anything else, they go in request.vars and request.get_vars.
You can distinguish them by request.env.http_method You may want to test this. Massimo On Dec 6, 8:00 pm, weheh <richard_gor...@verizon.net> wrote: > According tohttp://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html, > there are new methods in addition to the usual GET and POST methods, > such as PUT, DELETE, TRACE and CONNECT. I would like to upgrade my > web2py API to support some of these new methods. Is there any plan to > support them in web2py? > > For instance, is there a plan to support request.delete.vars, > request.put.vars, etc.? > > Also, I notice that when I BEAUTIFY(request), I see that > request.wsgi.environ.REQUEST_METHOD is GET (or POST), but > request.env.request_method is blank. Why would that be? -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.