public marks

LINK

johnpaulett.com / Getting RESTful with web.py

by karlcow

Django may be the Python web framework getting all the press recently, but web.py is definitely a nice, simple framework. One of the nice aspects of web.py is that it exposes methods for the basic HTTP methods (GET, POST, PUT, DELETE, etc.) and uses these methods to process each request from the client. This approach makes it amazingly easy to write a RESTful API.

Comments

No comment on this link yet.


PUBLIC TAGS
on this link

http   python   restful   webframework  

BY

karlcow
the 18/10/2009 at 18:36