1faef80006
Web::Machine provides a RESTful web framework modeled as a state machine. You define one or more resource classes. Each resource represents a single RESTful URI end point, such as a user, an email, etc. The resource class can also be the target for POST requests to create a new user, email, etc. Each resource is a state machine, and each request for a resource is handled by running the request through that state machine. Web::Machine is built on top of Plack, but it handles the full request and response cycle. PR: 248041
20 lines
816 B
Text
20 lines
816 B
Text
%%SITE_PERL%%/Web/Machine.pm
|
|
%%SITE_PERL%%/Web/Machine/FSM.pm
|
|
%%SITE_PERL%%/Web/Machine/FSM/States.pm
|
|
%%SITE_PERL%%/Web/Machine/I18N.pm
|
|
%%SITE_PERL%%/Web/Machine/I18N/en.pm
|
|
%%SITE_PERL%%/Web/Machine/Manual.pod
|
|
%%SITE_PERL%%/Web/Machine/Resource.pm
|
|
%%SITE_PERL%%/Web/Machine/Util.pm
|
|
%%SITE_PERL%%/Web/Machine/Util/BodyEncoding.pm
|
|
%%SITE_PERL%%/Web/Machine/Util/ContentNegotiation.pm
|
|
%%PERL5_MAN3%%/Web::Machine.3.gz
|
|
%%PERL5_MAN3%%/Web::Machine::FSM.3.gz
|
|
%%PERL5_MAN3%%/Web::Machine::FSM::States.3.gz
|
|
%%PERL5_MAN3%%/Web::Machine::I18N.3.gz
|
|
%%PERL5_MAN3%%/Web::Machine::I18N::en.3.gz
|
|
%%PERL5_MAN3%%/Web::Machine::Manual.3.gz
|
|
%%PERL5_MAN3%%/Web::Machine::Resource.3.gz
|
|
%%PERL5_MAN3%%/Web::Machine::Util.3.gz
|
|
%%PERL5_MAN3%%/Web::Machine::Util::BodyEncoding.3.gz
|
|
%%PERL5_MAN3%%/Web::Machine::Util::ContentNegotiation.3.gz
|