Index of /ports_net/p5-REST-Application
Name Last modified Size
Parent Directory -
Makefile 29-Apr-2008 10:35 675
distinfo 28-May-2011 14:08 151
pkg-descr 19-Jan-2010 08:33 471
pkg-plist 04-Jun-2007 07:54 301
This module acts as a base class for applications which implement a
RESTful interface. When an HTTP request is received some dispatching logic
in REST::Application is invoked, calling different handlers based on what
the kind of HTTP request it was (i.e. GET, PUT, etc) and what resource it
was trying to access. This module won't ensure that your API is RESTful
but hopefully it will aid in developing a REST API.
WWW: http://search.cpan.org/dist/REST-Application