GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Web::Machine::FSM(3) User Contributed Perl Documentation Web::Machine::FSM(3)

Web::Machine::FSM - The State Machine runner

version 0.17

  use Web::Machine::FSM;

This is the heart of the Web::Machine, this is the thing which runs the state machine whose states are contained in the Web::Machine::FSM::States module.

"new ( %params )"
This accepts two %params, the first is a boolean to indicate if you should turn on tracing or not, and the second is optional name of the HTTP header in which to place the tracing information.
"tracing"
Are we tracing or not?
"tracing_header"
Accessor for the HTTP header name to store tracing data in. This default to "X-Web-Machine-Trace".
"run ( $resource )"
Given a Web::Machine::Resource instance, this will execute the state machine.

Web Machine state diagram <https://github.com/Webmachine/webmachine/wiki/Diagram>

bugs may be submitted through <https://github.com/houseabsolute/webmachine-perl/issues>.

  • Stevan Little <stevan@cpan.org>
  • Dave Rolsky <autarch@urth.org>

This software is copyright (c) 2016 by Infinity Interactive, Inc.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2016-06-23 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.