Help for this page

Select Code to Download


  1. or download this
    
    =head2 user
    ...
                      }
        };
    }
    
  2. or download this
        sub foo :Local :ActionClass('REST::ForBrowsers') {
          ... do setup for HTTP method specific handlers ...
    ...
        sub foo_PUT : Private {
          ... do something for PUT requests ...
        }
    
  3. or download this
    package Forum::Controller::REST;
    use Moose;
    ...
                      }
        };
    }