According to http://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.


Reply via email to